Html Css Color HEX #667394 Waikawa Grey

📋 copy color: '#667394'

red 102 ◦ green 115 ◦ blue 148

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

Shades of Waikawa Grey #667394

Tints of Waikawa Grey #667394

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.51%

 BLUE value IS 148 (58.2% from 255) = 40.55%

R = 27.95%
G = 31.51%
B = 40.55%

CMYK

 C value IS 0.31

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#667394 (or 0x667394) is known color: Waikawa Grey. HEX triplet: 66, 73 and 94. RGB value is (102,115,148). Sum of RGB (Red+Green+Blue) = 102+115+148=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 148 (58.20% from 255 or 40.55% from 365); Max value from RGB is 148 - color contains mainly: blue. Hex color #667394 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667394 is #998C6B. Grayscale: #727272. Windows color (decimal): -10062956 or 9728870. OLE color: 9728870.

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

Color convert

RGB 102 115 148 -
CMYK 0.31 0.22 0 0.42
HSL 223.04º 0.18% 0.49% -
HSV(B) 223.04º 0.31% 0.58% -
XYZ 16.96 17.22 30.45 -
YUV 114.88 146.69 118.82 -
System Red Green Blue C M Y K H S L
Decimal 102 115 148 0.31 0.22 0 0.42 223.04 0.18 0.49
Hex 66 73 94 1F 16 0 2A DF 12 31
Octal 146 163 224 37 26 0 52 337 22 61
Binary 1100110 1110011 10010100 11111 10110 0 101010 11011111 10010 110001

Color Harmonies of #667394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667394

Black with #667394

Text Example


Text Example

White with #667394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667394; }

 p { color: rgb(102,115,148); }

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

background-color css

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

 a { background-color: rgb(102,115,148); }

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

border-color css

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

 span { border-color: rgb(102,115,148); }

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