Html Css Color HEX #666A8B Waikawa Grey

📋 copy color: '#666A8B'

red 102 ◦ green 106 ◦ blue 139

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

Shades of Waikawa Grey #666A8B

Tints of Waikawa Grey #666A8B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.55%

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

R = 29.39%
G = 30.55%
B = 40.06%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#666A8B (or 0x666A8B) is known color: Waikawa Grey. HEX triplet: 66, 6A and 8B. RGB value is (102,106,139). Sum of RGB (Red+Green+Blue) = 102+106+139=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 139 - color contains mainly: blue. Hex color #666A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666A8B is #999574. Grayscale: #6C6C6C. Windows color (decimal): -10065269 or 9136742. OLE color: 9136742.

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

Color convert

RGB 102 106 139 -
CMYK 0.27 0.24 0 0.45
HSL 233.51º 0.15% 0.47% -
HSV(B) 233.51º 0.27% 0.55% -
XYZ 15.29 15 26.51 -
YUV 108.57 145.17 123.32 -
System Red Green Blue C M Y K H S L
Decimal 102 106 139 0.27 0.24 0 0.45 233.51 0.15 0.47
Hex 66 6A 8B 1B 18 0 2D EA F 2F
Octal 146 152 213 33 30 0 55 352 17 57
Binary 1100110 1101010 10001011 11011 11000 0 101101 11101010 1111 101111

Color Harmonies of #666A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666A8B

Black with #666A8B

Text Example


Text Example

White with #666A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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