Html Css Color HEX #668283 Hoki

📋 copy color: '#668283'

red 102 ◦ green 130 ◦ blue 131

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

Shades of Hoki #668283

Tints of Hoki #668283

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.81%

 BLUE value IS 131 (51.56% from 255) = 36.09%

R = 28.1%
G = 35.81%
B = 36.09%

CMYK

 C value IS 0.22

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#668283 (or 0x668283) is known color: Hoki. HEX triplet: 66, 82 and 83. RGB value is (102,130,131). Sum of RGB (Red+Green+Blue) = 102+130+131=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 131 - color contains mainly: blue. Hex color #668283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668283 is #997D7C. Grayscale: #797979. Windows color (decimal): -10059133 or 8618598. OLE color: 8618598.

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

Color convert

RGB 102 130 131 -
CMYK 0.22 0.01 0 0.49
HSL 182.07º 0.12% 0.46% -
HSV(B) 182.07º 0.22% 0.51% -
XYZ 17.56 20.43 24.49 -
YUV 121.74 133.22 113.92 -
System Red Green Blue C M Y K H S L
Decimal 102 130 131 0.22 0.01 0 0.49 182.07 0.12 0.46
Hex 66 82 83 16 1 0 31 B6 C 2E
Octal 146 202 203 26 1 0 61 266 14 56
Binary 1100110 10000010 10000011 10110 1 0 110001 10110110 1100 101110

Color Harmonies of #668283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668283

Black with #668283

Text Example


Text Example

White with #668283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668283; }

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

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

background-color css

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

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

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

border-color css

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

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

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