Html Css Color HEX #66828B Hoki

📋 copy color: '#66828B'

red 102 ◦ green 130 ◦ blue 139

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

Shades of Hoki #66828B

Tints of Hoki #66828B

RGB

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

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

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

R = 27.49%
G = 35.04%
B = 37.47%

CMYK

 C value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#66828B (or 0x66828B) is known color: Hoki. HEX triplet: 66, 82 and 8B. RGB value is (102,130,139). Sum of RGB (Red+Green+Blue) = 102+130+139=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 139 - color contains mainly: blue. Hex color #66828B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66828B is #997D74. Grayscale: #7A7A7A. Windows color (decimal): -10059125 or 9142886. OLE color: 9142886.

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

Color convert

RGB 102 130 139 -
CMYK 0.27 0.06 0 0.45
HSL 194.59º 0.15% 0.47% -
HSV(B) 194.59º 0.27% 0.55% -
XYZ 18.12 20.65 27.46 -
YUV 122.65 137.22 113.27 -
System Red Green Blue C M Y K H S L
Decimal 102 130 139 0.27 0.06 0 0.45 194.59 0.15 0.47
Hex 66 82 8B 1B 6 0 2D C3 F 2F
Octal 146 202 213 33 6 0 55 303 17 57
Binary 1100110 10000010 10001011 11011 110 0 101101 11000011 1111 101111

Color Harmonies of #66828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66828B

Black with #66828B

Text Example


Text Example

White with #66828B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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