Html Css Color HEX #667090 Waikawa Grey

📋 copy color: '#667090'

red 102 ◦ green 112 ◦ blue 144

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

Shades of Waikawa Grey #667090

Tints of Waikawa Grey #667090

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.28%

 BLUE value IS 144 (56.64% from 255) = 40.22%

R = 28.49%
G = 31.28%
B = 40.22%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#667090 (or 0x667090) is known color: Waikawa Grey. HEX triplet: 66, 70 and 90. RGB value is (102,112,144). Sum of RGB (Red+Green+Blue) = 102+112+144=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 144 (56.64% from 255 or 40.22% from 358); Max value from RGB is 144 - color contains mainly: blue. Hex color #667090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667090 is #998F6F. Grayscale: #707070. Windows color (decimal): -10063728 or 9465958. OLE color: 9465958.

HSL color Cylindrical-coordinate representation of color #667090: hue angle of 225.71º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #667090 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 112 144 -
CMYK 0.29 0.22 0 0.44
HSL 225.71º 0.17% 0.48% -
HSV(B) 225.71º 0.29% 0.56% -
XYZ 16.31 16.43 28.7 -
YUV 112.66 145.69 120.4 -
System Red Green Blue C M Y K H S L
Decimal 102 112 144 0.29 0.22 0 0.44 225.71 0.17 0.48
Hex 66 70 90 1D 16 0 2C E2 11 30
Octal 146 160 220 35 26 0 54 342 21 60
Binary 1100110 1110000 10010000 11101 10110 0 101100 11100010 10001 110000

Color Harmonies of #667090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667090

Black with #667090

Text Example


Text Example

White with #667090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667090; }

 p { color: rgb(102,112,144); }

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

background-color css

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

 a { background-color: rgb(102,112,144); }

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

border-color css

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

 span { border-color: rgb(102,112,144); }

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