Html Css Color HEX #666C98 Waikawa Grey

📋 copy color: '#666C98'

red 102 ◦ green 108 ◦ blue 152

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

Shades of Waikawa Grey #666C98

Tints of Waikawa Grey #666C98

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.83%

 BLUE value IS 152 (59.77% from 255) = 41.99%

R = 28.18%
G = 29.83%
B = 41.99%

CMYK

 C value IS 0.33

 M value IS 0.29

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#666C98 (or 0x666C98) is known color: Waikawa Grey. HEX triplet: 66, 6C and 98. RGB value is (102,108,152). Sum of RGB (Red+Green+Blue) = 102+108+152=362 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.18% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 152 (59.77% from 255 or 41.99% from 362); Max value from RGB is 152 - color contains mainly: blue. Hex color #666C98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666C98 is #999367. Grayscale: #6F6F6F. Windows color (decimal): -10064744 or 9989222. OLE color: 9989222.

HSL color Cylindrical-coordinate representation of color #666C98: hue angle of 232.8º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #666C98 is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 102 108 152 -
CMYK 0.33 0.29 0 0.40
HSL 232.8º 0.2% 0.5% -
HSV(B) 232.8º 0.33% 0.6% -
XYZ 16.51 15.82 31.89 -
YUV 111.22 151.01 121.42 -
System Red Green Blue C M Y K H S L
Decimal 102 108 152 0.33 0.29 0 0.40 232.8 0.2 0.5
Hex 66 6C 98 21 1D 0 28 E9 14 32
Octal 146 154 230 41 35 0 50 351 24 62
Binary 1100110 1101100 10011000 100001 11101 0 101000 11101001 10100 110010

Color Harmonies of #666C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666C98

Black with #666C98

Text Example


Text Example

White with #666C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,108,152); }

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

background-color css

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

 a { background-color: rgb(102,108,152); }

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

border-color css

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

 span { border-color: rgb(102,108,152); }

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