Html Css Color HEX #667BA2 Waikawa Grey

📋 copy color: '#667BA2'

red 102 ◦ green 123 ◦ blue 162

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

Shades of Waikawa Grey #667BA2

Tints of Waikawa Grey #667BA2

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.78%

 BLUE value IS 162 (63.67% from 255) = 41.86%

R = 26.36%
G = 31.78%
B = 41.86%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#667BA2 (or 0x667BA2) is known color: Waikawa Grey. HEX triplet: 66, 7B and A2. RGB value is (102,123,162). Sum of RGB (Red+Green+Blue) = 102+123+162=387 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.36% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 162 (63.67% from 255 or 41.86% from 387); Max value from RGB is 162 - color contains mainly: blue. Hex color #667BA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667BA2 is #99845D. Grayscale: #787878. Windows color (decimal): -10060894 or 10648422. OLE color: 10648422.

HSL color Cylindrical-coordinate representation of color #667BA2: hue angle of 219º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #667BA2 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 102 123 162 -
CMYK 0.37 0.24 0 0.36
HSL 219º 0.24% 0.52% -
HSV(B) 219º 0.37% 0.64% -
XYZ 19.08 19.6 36.96 -
YUV 121.17 151.04 114.33 -
System Red Green Blue C M Y K H S L
Decimal 102 123 162 0.37 0.24 0 0.36 219 0.24 0.52
Hex 66 7B A2 25 18 0 24 DB 18 34
Octal 146 173 242 45 30 0 44 333 30 64
Binary 1100110 1111011 10100010 100101 11000 0 100100 11011011 11000 110100

Color Harmonies of #667BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667BA2

Black with #667BA2

Text Example


Text Example

White with #667BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667BA2; }

 p { color: rgb(102,123,162); }

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

background-color css

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

 a { background-color: rgb(102,123,162); }

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

border-color css

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

 span { border-color: rgb(102,123,162); }

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