Html Css Color HEX #666D95 Waikawa Grey

📋 copy color: '#666D95'

red 102 ◦ green 109 ◦ blue 149

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

Shades of Waikawa Grey #666D95

Tints of Waikawa Grey #666D95

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.28%

 BLUE value IS 149 (58.59% from 255) = 41.39%

R = 28.33%
G = 30.28%
B = 41.39%

CMYK

 C value IS 0.32

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#666D95 (or 0x666D95) is known color: Waikawa Grey. HEX triplet: 66, 6D and 95. RGB value is (102,109,149). Sum of RGB (Red+Green+Blue) = 102+109+149=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 149 (58.59% from 255 or 41.39% from 360); Max value from RGB is 149 - color contains mainly: blue. Hex color #666D95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666D95 is #99926A. Grayscale: #6F6F6F. Windows color (decimal): -10064491 or 9792870. OLE color: 9792870.

HSL color Cylindrical-coordinate representation of color #666D95: hue angle of 231.06º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #666D95 is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 109 149 -
CMYK 0.32 0.27 0 0.42
HSL 231.06º 0.19% 0.49% -
HSV(B) 231.06º 0.32% 0.58% -
XYZ 16.37 15.93 30.65 -
YUV 111.47 149.18 121.25 -
System Red Green Blue C M Y K H S L
Decimal 102 109 149 0.32 0.27 0 0.42 231.06 0.19 0.49
Hex 66 6D 95 20 1B 0 2A E7 13 31
Octal 146 155 225 40 33 0 52 347 23 61
Binary 1100110 1101101 10010101 100000 11011 0 101010 11100111 10011 110001

Color Harmonies of #666D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666D95

Black with #666D95

Text Example


Text Example

White with #666D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,109,149); }

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

background-color css

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

 a { background-color: rgb(102,109,149); }

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

border-color css

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

 span { border-color: rgb(102,109,149); }

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