Html Css Color HEX #667AA2 Waikawa Grey

📋 copy color: '#667AA2'

red 102 ◦ green 122 ◦ blue 162

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

Shades of Waikawa Grey #667AA2

Tints of Waikawa Grey #667AA2

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.61%

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

R = 26.42%
G = 31.61%
B = 41.97%

CMYK

 C value IS 0.37

 M value IS 0.25

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#667AA2 (or 0x667AA2) is known color: Waikawa Grey. HEX triplet: 66, 7A and A2. RGB value is (102,122,162). Sum of RGB (Red+Green+Blue) = 102+122+162=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 162 (63.67% from 255 or 41.97% from 386); Max value from RGB is 162 - color contains mainly: blue. Hex color #667AA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667AA2 is #99855D. Grayscale: #787878. Windows color (decimal): -10061150 or 10648166. OLE color: 10648166.

HSL color Cylindrical-coordinate representation of color #667AA2: hue angle of 220º 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 #667AA2 is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 102 122 162 -
CMYK 0.37 0.25 0 0.36
HSL 220º 0.24% 0.52% -
HSV(B) 220º 0.37% 0.64% -
XYZ 18.96 19.35 36.92 -
YUV 120.58 151.37 114.75 -
System Red Green Blue C M Y K H S L
Decimal 102 122 162 0.37 0.25 0 0.36 220 0.24 0.52
Hex 66 7A A2 25 19 0 24 DC 18 34
Octal 146 172 242 45 31 0 44 334 30 64
Binary 1100110 1111010 10100010 100101 11001 0 100100 11011100 11000 110100

Color Harmonies of #667AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667AA2

Black with #667AA2

Text Example


Text Example

White with #667AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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