Html Css Color HEX #667696 Waikawa Grey

📋 copy color: '#667696'

red 102 ◦ green 118 ◦ blue 150

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

Shades of Waikawa Grey #667696

Tints of Waikawa Grey #667696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 40.54%

R = 27.57%
G = 31.89%
B = 40.54%

CMYK

 C value IS 0.32

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#667696 (or 0x667696) is known color: Waikawa Grey. HEX triplet: 66, 76 and 96. RGB value is (102,118,150). Sum of RGB (Red+Green+Blue) = 102+118+150=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 150 (58.98% from 255 or 40.54% from 370); Max value from RGB is 150 - color contains mainly: blue. Hex color #667696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667696 is #998969. Grayscale: #747474. Windows color (decimal): -10062186 or 9860710. OLE color: 9860710.

HSL color Cylindrical-coordinate representation of color #667696: hue angle of 220º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #667696 is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 118 150 -
CMYK 0.32 0.21 0 0.41
HSL 220º 0.19% 0.49% -
HSV(B) 220º 0.32% 0.59% -
XYZ 17.46 17.98 31.4 -
YUV 116.86 146.7 117.4 -
System Red Green Blue C M Y K H S L
Decimal 102 118 150 0.32 0.21 0 0.41 220 0.19 0.49
Hex 66 76 96 20 15 0 29 DC 13 31
Octal 146 166 226 40 25 0 51 334 23 61
Binary 1100110 1110110 10010110 100000 10101 0 101001 11011100 10011 110001

Color Harmonies of #667696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667696

Black with #667696

Text Example


Text Example

White with #667696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667696; }

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

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

background-color css

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

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

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

border-color css

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

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

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