Html Css Color HEX #666D85 Waikawa Grey

📋 copy color: '#666D85'

red 102 ◦ green 109 ◦ blue 133

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

Shades of Waikawa Grey #666D85

Tints of Waikawa Grey #666D85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.66%

R = 29.65%
G = 31.69%
B = 38.66%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#666D85 (or 0x666D85) is known color: Waikawa Grey. HEX triplet: 66, 6D and 85. RGB value is (102,109,133). Sum of RGB (Red+Green+Blue) = 102+109+133=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 133 (52.34% from 255 or 38.66% from 344); Max value from RGB is 133 - color contains mainly: blue. Hex color #666D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666D85 is #99927A. Grayscale: #6D6D6D. Windows color (decimal): -10064507 or 8744294. OLE color: 8744294.

HSL color Cylindrical-coordinate representation of color #666D85: hue angle of 226.45º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #666D85 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 109 133 -
CMYK 0.23 0.18 0 0.48
HSL 226.45º 0.13% 0.46% -
HSV(B) 226.45º 0.23% 0.52% -
XYZ 15.18 15.46 24.37 -
YUV 109.64 141.18 122.55 -
System Red Green Blue C M Y K H S L
Decimal 102 109 133 0.23 0.18 0 0.48 226.45 0.13 0.46
Hex 66 6D 85 17 12 0 30 E2 D 2E
Octal 146 155 205 27 22 0 60 342 15 56
Binary 1100110 1101101 10000101 10111 10010 0 110000 11100010 1101 101110

Color Harmonies of #666D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666D85

Black with #666D85

Text Example


Text Example

White with #666D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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