Html Css Color HEX #667295 Waikawa Grey

📋 copy color: '#667295'

red 102 ◦ green 114 ◦ blue 149

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

Shades of Waikawa Grey #667295

Tints of Waikawa Grey #667295

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.23%

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

R = 27.95%
G = 31.23%
B = 40.82%

CMYK

 C value IS 0.32

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#667295 (or 0x667295) is known color: Waikawa Grey. HEX triplet: 66, 72 and 95. RGB value is (102,114,149). Sum of RGB (Red+Green+Blue) = 102+114+149=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 149 - color contains mainly: blue. Hex color #667295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667295 is #998D6A. Grayscale: #727272. Windows color (decimal): -10063211 or 9794150. OLE color: 9794150.

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

Color convert

RGB 102 114 149 -
CMYK 0.32 0.23 0 0.42
HSL 224.68º 0.19% 0.49% -
HSV(B) 224.68º 0.32% 0.58% -
XYZ 16.92 17.03 30.83 -
YUV 114.4 147.52 119.15 -
System Red Green Blue C M Y K H S L
Decimal 102 114 149 0.32 0.23 0 0.42 224.68 0.19 0.49
Hex 66 72 95 20 17 0 2A E1 13 31
Octal 146 162 225 40 27 0 52 341 23 61
Binary 1100110 1110010 10010101 100000 10111 0 101010 11100001 10011 110001

Color Harmonies of #667295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667295

Black with #667295

Text Example


Text Example

White with #667295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667295; }

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

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

background-color css

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

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

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

border-color css

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

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

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