Html Css Color HEX #66759B Waikawa Grey

📋 copy color: '#66759B'

red 102 ◦ green 117 ◦ blue 155

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

Shades of Waikawa Grey #66759B

Tints of Waikawa Grey #66759B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.28%

 BLUE value IS 155 (60.94% from 255) = 41.44%

R = 27.27%
G = 31.28%
B = 41.44%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#66759B (or 0x66759B) is known color: Waikawa Grey. HEX triplet: 66, 75 and 9B. RGB value is (102,117,155). Sum of RGB (Red+Green+Blue) = 102+117+155=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 155 - color contains mainly: blue. Hex color #66759B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66759B is #998A64. Grayscale: #747474. Windows color (decimal): -10062437 or 10188134. OLE color: 10188134.

HSL color Cylindrical-coordinate representation of color #66759B: hue angle of 223.02º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #66759B is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 102 117 155 -
CMYK 0.34 0.25 0 0.39
HSL 223.02º 0.21% 0.5% -
HSV(B) 223.02º 0.34% 0.61% -
XYZ 17.76 17.91 33.53 -
YUV 116.85 149.53 117.41 -
System Red Green Blue C M Y K H S L
Decimal 102 117 155 0.34 0.25 0 0.39 223.02 0.21 0.5
Hex 66 75 9B 22 19 0 27 DF 15 32
Octal 146 165 233 42 31 0 47 337 25 62
Binary 1100110 1110101 10011011 100010 11001 0 100111 11011111 10101 110010

Color Harmonies of #66759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66759B

Black with #66759B

Text Example


Text Example

White with #66759B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66759B; }

 p { color: rgb(102,117,155); }

 H1.HeaderClassName
 {
   color: #66759B;
 }
 .AnyTagClassName
 {
   color: #66759B;
 }
</style>

background-color css

<style>
 a { background-color: #66759B; }

 a { background-color: rgb(102,117,155); }

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

border-color css

<style>
 span { border-color: #66759B; }

 span { border-color: rgb(102,117,155); }

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