Html Css Color HEX #66769B Waikawa Grey

📋 copy color: '#66769B'

red 102 ◦ green 118 ◦ blue 155

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

Shades of Waikawa Grey #66769B

Tints of Waikawa Grey #66769B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.47%

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

R = 27.2%
G = 31.47%
B = 41.33%

CMYK

 C value IS 0.34

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#66769B (or 0x66769B) is known color: Waikawa Grey. HEX triplet: 66, 76 and 9B. RGB value is (102,118,155). Sum of RGB (Red+Green+Blue) = 102+118+155=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #66769B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66769B is #998964. Grayscale: #757575. Windows color (decimal): -10062181 or 10188390. OLE color: 10188390.

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

Color convert

RGB 102 118 155 -
CMYK 0.34 0.24 0 0.39
HSL 221.89º 0.21% 0.5% -
HSV(B) 221.89º 0.34% 0.61% -
XYZ 17.87 18.15 33.57 -
YUV 117.43 149.2 116.99 -
System Red Green Blue C M Y K H S L
Decimal 102 118 155 0.34 0.24 0 0.39 221.89 0.21 0.5
Hex 66 76 9B 22 18 0 27 DE 15 32
Octal 146 166 233 42 30 0 47 336 25 62
Binary 1100110 1110110 10011011 100010 11000 0 100111 11011110 10101 110010

Color Harmonies of #66769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66769B

Black with #66769B

Text Example


Text Example

White with #66769B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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