Html Css Color HEX #667194 Waikawa Grey

📋 copy color: '#667194'

red 102 ◦ green 113 ◦ blue 148

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

Shades of Waikawa Grey #667194

Tints of Waikawa Grey #667194

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.13%

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

R = 28.1%
G = 31.13%
B = 40.77%

CMYK

 C value IS 0.31

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#667194 (or 0x667194) is known color: Waikawa Grey. HEX triplet: 66, 71 and 94. RGB value is (102,113,148). Sum of RGB (Red+Green+Blue) = 102+113+148=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 148 (58.20% from 255 or 40.77% from 363); Max value from RGB is 148 - color contains mainly: blue. Hex color #667194 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667194 is #998E6B. Grayscale: #717171. Windows color (decimal): -10063468 or 9728358. OLE color: 9728358.

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

Color convert

RGB 102 113 148 -
CMYK 0.31 0.24 0 0.42
HSL 225.65º 0.18% 0.49% -
HSV(B) 225.65º 0.31% 0.58% -
XYZ 16.73 16.77 30.37 -
YUV 113.7 147.36 119.65 -
System Red Green Blue C M Y K H S L
Decimal 102 113 148 0.31 0.24 0 0.42 225.65 0.18 0.49
Hex 66 71 94 1F 18 0 2A E2 12 31
Octal 146 161 224 37 30 0 52 342 22 61
Binary 1100110 1110001 10010100 11111 11000 0 101010 11100010 10010 110001

Color Harmonies of #667194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667194

Black with #667194

Text Example


Text Example

White with #667194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667194; }

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

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

background-color css

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

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

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

border-color css

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

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

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