Html Css Color HEX #667F88 Hoki

📋 copy color: '#667F88'

red 102 ◦ green 127 ◦ blue 136

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

Shades of Hoki #667F88

Tints of Hoki #667F88

RGB

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

 GREEN value IS 127 (50% from 255) = 34.79%

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

R = 27.95%
G = 34.79%
B = 37.26%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#667F88 (or 0x667F88) is known color: Hoki. HEX triplet: 66, 7F and 88. RGB value is (102,127,136). Sum of RGB (Red+Green+Blue) = 102+127+136=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 136 - color contains mainly: blue. Hex color #667F88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667F88 is #998077. Grayscale: #787878. Windows color (decimal): -10059896 or 8945510. OLE color: 8945510.

HSL color Cylindrical-coordinate representation of color #667F88: hue angle of 195.88º 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 #667F88 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 127 136 -
CMYK 0.25 0.07 0 0.47
HSL 195.88º 0.14% 0.47% -
HSV(B) 195.88º 0.25% 0.53% -
XYZ 17.51 19.78 26.19 -
YUV 120.55 136.72 114.77 -
System Red Green Blue C M Y K H S L
Decimal 102 127 136 0.25 0.07 0 0.47 195.88 0.14 0.47
Hex 66 7F 88 19 7 0 2F C4 E 2F
Octal 146 177 210 31 7 0 57 304 16 57
Binary 1100110 1111111 10001000 11001 111 0 101111 11000100 1110 101111

Color Harmonies of #667F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667F88

Black with #667F88

Text Example


Text Example

White with #667F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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