Html Css Color HEX #66779B Waikawa Grey

📋 copy color: '#66779B'

red 102 ◦ green 119 ◦ blue 155

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

Shades of Waikawa Grey #66779B

Tints of Waikawa Grey #66779B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.65%

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

R = 27.13%
G = 31.65%
B = 41.22%

CMYK

 C value IS 0.34

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#66779B (or 0x66779B) is known color: Waikawa Grey. HEX triplet: 66, 77 and 9B. RGB value is (102,119,155). Sum of RGB (Red+Green+Blue) = 102+119+155=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #66779B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66779B is #998864. Grayscale: #757575. Windows color (decimal): -10061925 or 10188646. OLE color: 10188646.

HSL color Cylindrical-coordinate representation of color #66779B: hue angle of 220.75º 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 #66779B is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 102 119 155 -
CMYK 0.34 0.23 0 0.39
HSL 220.75º 0.21% 0.5% -
HSV(B) 220.75º 0.34% 0.61% -
XYZ 17.99 18.38 33.61 -
YUV 118.02 148.87 116.57 -
System Red Green Blue C M Y K H S L
Decimal 102 119 155 0.34 0.23 0 0.39 220.75 0.21 0.5
Hex 66 77 9B 22 17 0 27 DD 15 32
Octal 146 167 233 42 27 0 47 335 25 62
Binary 1100110 1110111 10011011 100010 10111 0 100111 11011101 10101 110010

Color Harmonies of #66779B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66779B

Black with #66779B

Text Example


Text Example

White with #66779B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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