Html Css Color HEX #66818A Hoki

📋 copy color: '#66818A'

red 102 ◦ green 129 ◦ blue 138

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

Shades of Hoki #66818A

Tints of Hoki #66818A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.4%

R = 27.64%
G = 34.96%
B = 37.4%

CMYK

 C value IS 0.26

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#66818A (or 0x66818A) is known color: Hoki. HEX triplet: 66, 81 and 8A. RGB value is (102,129,138). Sum of RGB (Red+Green+Blue) = 102+129+138=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 138 - color contains mainly: blue. Hex color #66818A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66818A is #997E75. Grayscale: #797979. Windows color (decimal): -10059382 or 9077094. OLE color: 9077094.

HSL color Cylindrical-coordinate representation of color #66818A: hue angle of 195º 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 #66818A is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 102 129 138 -
CMYK 0.26 0.07 0 0.46
HSL 195º 0.15% 0.47% -
HSV(B) 195º 0.26% 0.54% -
XYZ 17.92 20.36 27.03 -
YUV 121.95 137.05 113.77 -
System Red Green Blue C M Y K H S L
Decimal 102 129 138 0.26 0.07 0 0.46 195 0.15 0.47
Hex 66 81 8A 1A 7 0 2E C3 F 2F
Octal 146 201 212 32 7 0 56 303 17 57
Binary 1100110 10000001 10001010 11010 111 0 101110 11000011 1111 101111

Color Harmonies of #66818A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66818A

Black with #66818A

Text Example


Text Example

White with #66818A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66818A; }

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

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

background-color css

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

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

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

border-color css

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

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

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