Html Css Color HEX #668082 Hoki

📋 copy color: '#668082'

red 102 ◦ green 128 ◦ blue 130

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

Shades of Hoki #668082

Tints of Hoki #668082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.11%

R = 28.33%
G = 35.56%
B = 36.11%

CMYK

 C value IS 0.22

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#668082 (or 0x668082) is known color: Hoki. HEX triplet: 66, 80 and 82. RGB value is (102,128,130). Sum of RGB (Red+Green+Blue) = 102+128+130=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 130 - color contains mainly: blue. Hex color #668082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668082 is #997F7D. Grayscale: #787878. Windows color (decimal): -10059646 or 8552550. OLE color: 8552550.

HSL color Cylindrical-coordinate representation of color #668082: hue angle of 184.29º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #668082 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 128 130 -
CMYK 0.22 0.02 0 0.49
HSL 184.29º 0.12% 0.45% -
HSV(B) 184.29º 0.22% 0.51% -
XYZ 17.23 19.87 24.05 -
YUV 120.45 133.39 114.84 -
System Red Green Blue C M Y K H S L
Decimal 102 128 130 0.22 0.02 0 0.49 184.29 0.12 0.45
Hex 66 80 82 16 2 0 31 B8 C 2D
Octal 146 200 202 26 2 0 61 270 14 55
Binary 1100110 10000000 10000010 10110 10 0 110001 10111000 1100 101101

Color Harmonies of #668082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668082

Black with #668082

Text Example


Text Example

White with #668082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668082; }

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

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

background-color css

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

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

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

border-color css

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

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

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