Html Css Color HEX #66818B Hoki

📋 copy color: '#66818B'

red 102 ◦ green 129 ◦ blue 139

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

Shades of Hoki #66818B

Tints of Hoki #66818B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.57%

R = 27.57%
G = 34.86%
B = 37.57%

CMYK

 C value IS 0.27

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#66818B (or 0x66818B) is known color: Hoki. HEX triplet: 66, 81 and 8B. RGB value is (102,129,139). Sum of RGB (Red+Green+Blue) = 102+129+139=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 139 - color contains mainly: blue. Hex color #66818B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66818B is #997E74. Grayscale: #7A7A7A. Windows color (decimal): -10059381 or 9142630. OLE color: 9142630.

HSL color Cylindrical-coordinate representation of color #66818B: hue angle of 196.22º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #66818B is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 129 139 -
CMYK 0.27 0.07 0 0.45
HSL 196.22º 0.15% 0.47% -
HSV(B) 196.22º 0.27% 0.55% -
XYZ 17.99 20.39 27.41 -
YUV 122.07 137.55 113.69 -
System Red Green Blue C M Y K H S L
Decimal 102 129 139 0.27 0.07 0 0.45 196.22 0.15 0.47
Hex 66 81 8B 1B 7 0 2D C4 F 2F
Octal 146 201 213 33 7 0 55 304 17 57
Binary 1100110 10000001 10001011 11011 111 0 101101 11000100 1111 101111

Color Harmonies of #66818B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66818B

Black with #66818B

Text Example


Text Example

White with #66818B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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