Html Css Color HEX #66698C Waikawa Grey

📋 copy color: '#66698C'

red 102 ◦ green 105 ◦ blue 140

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

Shades of Waikawa Grey #66698C

Tints of Waikawa Grey #66698C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.26%

 BLUE value IS 140 (55.08% from 255) = 40.35%

R = 29.39%
G = 30.26%
B = 40.35%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#66698C (or 0x66698C) is known color: Waikawa Grey. HEX triplet: 66, 69 and 8C. RGB value is (102,105,140). Sum of RGB (Red+Green+Blue) = 102+105+140=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 140 - color contains mainly: blue. Hex color #66698C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66698C is #999673. Grayscale: #6B6B6B. Windows color (decimal): -10065524 or 9202022. OLE color: 9202022.

HSL color Cylindrical-coordinate representation of color #66698C: hue angle of 235.26º degrees, saturation: 0.16, 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 #66698C is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 105 140 -
CMYK 0.27 0.25 0 0.45
HSL 235.26º 0.16% 0.47% -
HSV(B) 235.26º 0.27% 0.55% -
XYZ 15.26 14.82 26.87 -
YUV 108.09 146.01 123.65 -
System Red Green Blue C M Y K H S L
Decimal 102 105 140 0.27 0.25 0 0.45 235.26 0.16 0.47
Hex 66 69 8C 1B 19 0 2D EB 10 2F
Octal 146 151 214 33 31 0 55 353 20 57
Binary 1100110 1101001 10001100 11011 11001 0 101101 11101011 10000 101111

Color Harmonies of #66698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66698C

Black with #66698C

Text Example


Text Example

White with #66698C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66698C; }

 p { color: rgb(102,105,140); }

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

background-color css

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

 a { background-color: rgb(102,105,140); }

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

border-color css

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

 span { border-color: rgb(102,105,140); }

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