Html Css Color HEX #667BA0 Waikawa Grey

📋 copy color: '#667BA0'

red 102 ◦ green 123 ◦ blue 160

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

Shades of Waikawa Grey #667BA0

Tints of Waikawa Grey #667BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 41.56%

R = 26.49%
G = 31.95%
B = 41.56%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#667BA0 (or 0x667BA0) is known color: Waikawa Grey. HEX triplet: 66, 7B and A0. RGB value is (102,123,160). Sum of RGB (Red+Green+Blue) = 102+123+160=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 160 (62.89% from 255 or 41.56% from 385); Max value from RGB is 160 - color contains mainly: blue. Hex color #667BA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667BA0 is #99845F. Grayscale: #787878. Windows color (decimal): -10060896 or 10517350. OLE color: 10517350.

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

Color convert

RGB 102 123 160 -
CMYK 0.36 0.23 0 0.37
HSL 218.28º 0.23% 0.51% -
HSV(B) 218.28º 0.36% 0.63% -
XYZ 18.91 19.53 36.03 -
YUV 120.94 150.04 114.49 -
System Red Green Blue C M Y K H S L
Decimal 102 123 160 0.36 0.23 0 0.37 218.28 0.23 0.51
Hex 66 7B A0 24 17 0 25 DA 17 33
Octal 146 173 240 44 27 0 45 332 27 63
Binary 1100110 1111011 10100000 100100 10111 0 100101 11011010 10111 110011

Color Harmonies of #667BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667BA0

Black with #667BA0

Text Example


Text Example

White with #667BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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