Html Css Color HEX #66789D Waikawa Grey

📋 copy color: '#66789D'

red 102 ◦ green 120 ◦ blue 157

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

Shades of Waikawa Grey #66789D

Tints of Waikawa Grey #66789D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.66%

 BLUE value IS 157 (61.72% from 255) = 41.42%

R = 26.91%
G = 31.66%
B = 41.42%

CMYK

 C value IS 0.35

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66789D (or 0x66789D) is known color: Waikawa Grey. HEX triplet: 66, 78 and 9D. RGB value is (102,120,157). Sum of RGB (Red+Green+Blue) = 102+120+157=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 157 - color contains mainly: blue. Hex color #66789D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66789D is #998762. Grayscale: #767676. Windows color (decimal): -10061667 or 10319974. OLE color: 10319974.

HSL color Cylindrical-coordinate representation of color #66789D: hue angle of 220.36º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #66789D is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 120 157 -
CMYK 0.35 0.24 0 0.38
HSL 220.36º 0.22% 0.51% -
HSV(B) 220.36º 0.35% 0.62% -
XYZ 18.28 18.69 34.54 -
YUV 118.84 149.54 115.99 -
System Red Green Blue C M Y K H S L
Decimal 102 120 157 0.35 0.24 0 0.38 220.36 0.22 0.51
Hex 66 78 9D 23 18 0 26 DC 16 33
Octal 146 170 235 43 30 0 46 334 26 63
Binary 1100110 1111000 10011101 100011 11000 0 100110 11011100 10110 110011

Color Harmonies of #66789D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66789D

Black with #66789D

Text Example


Text Example

White with #66789D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66789D; }

 p { color: rgb(102,120,157); }

 H1.HeaderClassName
 {
   color: #66789D;
 }
 .AnyTagClassName
 {
   color: #66789D;
 }
</style>

background-color css

<style>
 a { background-color: #66789D; }

 a { background-color: rgb(102,120,157); }

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

border-color css

<style>
 span { border-color: #66789D; }

 span { border-color: rgb(102,120,157); }

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