Html Css Color HEX #667A88 Lynch

📋 copy color: '#667A88'

red 102 ◦ green 122 ◦ blue 136

#667A88
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lynch #667A88

Tints of Lynch #667A88

RGB

 RED value IS 102 (40.23% from 255) = 28.33%

 GREEN value IS 122 (48.05% from 255) = 33.89%

 BLUE value IS 136 (53.52% from 255) = 37.78%

R = 28.33%
G = 33.89%
B = 37.78%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#667A88 (or 0x667A88) is known color: Lynch. HEX triplet: 66, 7A and 88. RGB value is (102,122,136). Sum of RGB (Red+Green+Blue) = 102+122+136=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 136 - color contains mainly: blue. Hex color #667A88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667A88 is #998577. Grayscale: #757575. Windows color (decimal): -10061176 or 8944230. OLE color: 8944230.

HSL color Cylindrical-coordinate representation of color #667A88: hue angle of 204.71º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #667A88 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 122 136 -
CMYK 0.25 0.10 0 0.47
HSL 204.71º 0.14% 0.47% -
HSV(B) 204.71º 0.25% 0.53% -
XYZ 16.88 18.52 25.98 -
YUV 117.62 138.37 116.86 -
System Red Green Blue C M Y K H S L
Decimal 102 122 136 0.25 0.10 0 0.47 204.71 0.14 0.47
Hex 66 7A 88 19 A 0 2F CD E 2F
Octal 146 172 210 31 12 0 57 315 16 57
Binary 1100110 1111010 10001000 11001 1010 0 101111 11001101 1110 101111

Color Harmonies of #667A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667A88

Black with #667A88

Text Example


Text Example

White with #667A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667A88; }

 p { color: rgb(102,122,136); }

 H1.HeaderClassName
 {
   color: #667A88;
 }
 .AnyTagClassName
 {
   color: #667A88;
 }
</style>

background-color css

<style>
 a { background-color: #667A88; }

 a { background-color: rgb(102,122,136); }

 div.DivClassName
 {
   background-color: #667A88;
 }
 .BgClassName
 {
   background-color: #667A88;
 }
</style>

border-color css

<style>
 span { border-color: #667A88; }

 span { border-color: rgb(102,122,136); }

 td.TdClassName
 {
   border-color: #667A88;
 }
 .TagClassName
 {
   border-color: #667A88;
 }
</style>