Html Css Color HEX #668189 Hoki

📋 copy color: '#668189'

red 102 ◦ green 129 ◦ blue 137

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

Shades of Hoki #668189

Tints of Hoki #668189

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.05%

 BLUE value IS 137 (53.91% from 255) = 37.23%

R = 27.72%
G = 35.05%
B = 37.23%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#668189 (or 0x668189) is known color: Hoki. HEX triplet: 66, 81 and 89. RGB value is (102,129,137). Sum of RGB (Red+Green+Blue) = 102+129+137=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 137 - color contains mainly: blue. Hex color #668189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668189 is #997E76. Grayscale: #797979. Windows color (decimal): -10059383 or 9011558. OLE color: 9011558.

HSL color Cylindrical-coordinate representation of color #668189: hue angle of 193.71º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #668189 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 102 129 137 -
CMYK 0.26 0.06 0 0.46
HSL 193.71º 0.15% 0.47% -
HSV(B) 193.71º 0.26% 0.54% -
XYZ 17.85 20.33 26.65 -
YUV 121.84 136.55 113.85 -
System Red Green Blue C M Y K H S L
Decimal 102 129 137 0.26 0.06 0 0.46 193.71 0.15 0.47
Hex 66 81 89 1A 6 0 2E C2 F 2F
Octal 146 201 211 32 6 0 56 302 17 57
Binary 1100110 10000001 10001001 11010 110 0 101110 11000010 1111 101111

Color Harmonies of #668189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668189

Black with #668189

Text Example


Text Example

White with #668189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668189; }

 p { color: rgb(102,129,137); }

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

background-color css

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

 a { background-color: rgb(102,129,137); }

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

border-color css

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

 span { border-color: rgb(102,129,137); }

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