Html Css Color HEX #667095 Waikawa Grey

📋 copy color: '#667095'

red 102 ◦ green 112 ◦ blue 149

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

Shades of Waikawa Grey #667095

Tints of Waikawa Grey #667095

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.85%

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

R = 28.1%
G = 30.85%
B = 41.05%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#667095 (or 0x667095) is known color: Waikawa Grey. HEX triplet: 66, 70 and 95. RGB value is (102,112,149). Sum of RGB (Red+Green+Blue) = 102+112+149=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 149 (58.59% from 255 or 41.05% from 363); Max value from RGB is 149 - color contains mainly: blue. Hex color #667095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667095 is #998F6A. Grayscale: #717171. Windows color (decimal): -10063723 or 9793638. OLE color: 9793638.

HSL color Cylindrical-coordinate representation of color #667095: hue angle of 227.23º 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 #667095 is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 112 149 -
CMYK 0.32 0.25 0 0.42
HSL 227.23º 0.19% 0.49% -
HSV(B) 227.23º 0.32% 0.58% -
XYZ 16.7 16.58 30.75 -
YUV 113.23 148.19 119.99 -
System Red Green Blue C M Y K H S L
Decimal 102 112 149 0.32 0.25 0 0.42 227.23 0.19 0.49
Hex 66 70 95 20 19 0 2A E3 13 31
Octal 146 160 225 40 31 0 52 343 23 61
Binary 1100110 1110000 10010101 100000 11001 0 101010 11100011 10011 110001

Color Harmonies of #667095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667095

Black with #667095

Text Example


Text Example

White with #667095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667095; }

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

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

background-color css

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

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

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

border-color css

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

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

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