Html Css Color HEX #667895 Waikawa Grey

📋 copy color: '#667895'

red 102 ◦ green 120 ◦ blue 149

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

Shades of Waikawa Grey #667895

Tints of Waikawa Grey #667895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.16%

R = 27.49%
G = 32.35%
B = 40.16%

CMYK

 C value IS 0.32

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#667895 (or 0x667895) is known color: Waikawa Grey. HEX triplet: 66, 78 and 95. RGB value is (102,120,149). Sum of RGB (Red+Green+Blue) = 102+120+149=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 149 - color contains mainly: blue. Hex color #667895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667895 is #99876A. Grayscale: #757575. Windows color (decimal): -10061675 or 9795686. OLE color: 9795686.

HSL color Cylindrical-coordinate representation of color #667895: hue angle of 217.02º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #667895 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 120 149 -
CMYK 0.32 0.19 0 0.42
HSL 217.02º 0.19% 0.49% -
HSV(B) 217.02º 0.32% 0.58% -
XYZ 17.62 18.43 31.06 -
YUV 117.92 145.54 116.64 -
System Red Green Blue C M Y K H S L
Decimal 102 120 149 0.32 0.19 0 0.42 217.02 0.19 0.49
Hex 66 78 95 20 13 0 2A D9 13 31
Octal 146 170 225 40 23 0 52 331 23 61
Binary 1100110 1111000 10010101 100000 10011 0 101010 11011001 10011 110001

Color Harmonies of #667895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667895

Black with #667895

Text Example


Text Example

White with #667895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667895; }

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

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

background-color css

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

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

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

border-color css

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

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

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