Html Css Color HEX #667694 Waikawa Grey

📋 copy color: '#667694'

red 102 ◦ green 118 ◦ blue 148

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

Shades of Waikawa Grey #667694

Tints of Waikawa Grey #667694

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.07%

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

R = 27.72%
G = 32.07%
B = 40.22%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#667694 (or 0x667694) is known color: Waikawa Grey. HEX triplet: 66, 76 and 94. RGB value is (102,118,148). Sum of RGB (Red+Green+Blue) = 102+118+148=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 148 (58.20% from 255 or 40.22% from 368); Max value from RGB is 148 - color contains mainly: blue. Hex color #667694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667694 is #99896B. Grayscale: #747474. Windows color (decimal): -10062188 or 9729638. OLE color: 9729638.

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

Color convert

RGB 102 118 148 -
CMYK 0.31 0.20 0 0.42
HSL 219.13º 0.18% 0.49% -
HSV(B) 219.13º 0.31% 0.58% -
XYZ 17.3 17.92 30.56 -
YUV 116.64 145.7 117.56 -
System Red Green Blue C M Y K H S L
Decimal 102 118 148 0.31 0.20 0 0.42 219.13 0.18 0.49
Hex 66 76 94 1F 14 0 2A DB 12 31
Octal 146 166 224 37 24 0 52 333 22 61
Binary 1100110 1110110 10010100 11111 10100 0 101010 11011011 10010 110001

Color Harmonies of #667694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667694

Black with #667694

Text Example


Text Example

White with #667694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667694; }

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

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

background-color css

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

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

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

border-color css

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

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

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