Html Css Color HEX #66808B Hoki

📋 copy color: '#66808B'

red 102 ◦ green 128 ◦ blue 139

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

Shades of Hoki #66808B

Tints of Hoki #66808B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.69%

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

R = 27.64%
G = 34.69%
B = 37.67%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#66808B (or 0x66808B) is known color: Hoki. HEX triplet: 66, 80 and 8B. RGB value is (102,128,139). Sum of RGB (Red+Green+Blue) = 102+128+139=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 139 - color contains mainly: blue. Hex color #66808B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66808B is #997F74. Grayscale: #797979. Windows color (decimal): -10059637 or 9142374. OLE color: 9142374.

HSL color Cylindrical-coordinate representation of color #66808B: hue angle of 197.84º 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 #66808B is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 128 139 -
CMYK 0.27 0.08 0 0.45
HSL 197.84º 0.15% 0.47% -
HSV(B) 197.84º 0.27% 0.55% -
XYZ 17.86 20.13 27.37 -
YUV 121.48 137.89 114.11 -
System Red Green Blue C M Y K H S L
Decimal 102 128 139 0.27 0.08 0 0.45 197.84 0.15 0.47
Hex 66 80 8B 1B 8 0 2D C6 F 2F
Octal 146 200 213 33 10 0 55 306 17 57
Binary 1100110 10000000 10001011 11011 1000 0 101101 11000110 1111 101111

Color Harmonies of #66808B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66808B

Black with #66808B

Text Example


Text Example

White with #66808B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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