Html Css Color HEX #667493 Waikawa Grey

📋 copy color: '#667493'

red 102 ◦ green 116 ◦ blue 147

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

Shades of Waikawa Grey #667493

Tints of Waikawa Grey #667493

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.78%

 BLUE value IS 147 (57.81% from 255) = 40.27%

R = 27.95%
G = 31.78%
B = 40.27%

CMYK

 C value IS 0.31

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#667493 (or 0x667493) is known color: Waikawa Grey. HEX triplet: 66, 74 and 93. RGB value is (102,116,147). Sum of RGB (Red+Green+Blue) = 102+116+147=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 147 (57.81% from 255 or 40.27% from 365); Max value from RGB is 147 - color contains mainly: blue. Hex color #667493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667493 is #998B6C. Grayscale: #737373. Windows color (decimal): -10062701 or 9663590. OLE color: 9663590.

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

Color convert

RGB 102 116 147 -
CMYK 0.31 0.21 0 0.42
HSL 221.33º 0.18% 0.49% -
HSV(B) 221.33º 0.31% 0.58% -
XYZ 16.99 17.42 30.07 -
YUV 115.35 145.86 118.48 -
System Red Green Blue C M Y K H S L
Decimal 102 116 147 0.31 0.21 0 0.42 221.33 0.18 0.49
Hex 66 74 93 1F 15 0 2A DD 12 31
Octal 146 164 223 37 25 0 52 335 22 61
Binary 1100110 1110100 10010011 11111 10101 0 101010 11011101 10010 110001

Color Harmonies of #667493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667493

Black with #667493

Text Example


Text Example

White with #667493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667493; }

 p { color: rgb(102,116,147); }

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

background-color css

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

 a { background-color: rgb(102,116,147); }

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

border-color css

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

 span { border-color: rgb(102,116,147); }

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