Html Css Color HEX #667BA1 Waikawa Grey

📋 copy color: '#667BA1'

red 102 ◦ green 123 ◦ blue 161

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

Shades of Waikawa Grey #667BA1

Tints of Waikawa Grey #667BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 41.71%

R = 26.42%
G = 31.87%
B = 41.71%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#667BA1 (or 0x667BA1) is known color: Waikawa Grey. HEX triplet: 66, 7B and A1. RGB value is (102,123,161). Sum of RGB (Red+Green+Blue) = 102+123+161=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 161 (63.28% from 255 or 41.71% from 386); Max value from RGB is 161 - color contains mainly: blue. Hex color #667BA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667BA1 is #99845E. Grayscale: #787878. Windows color (decimal): -10060895 or 10582886. OLE color: 10582886.

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

Color convert

RGB 102 123 161 -
CMYK 0.37 0.24 0 0.37
HSL 218.64º 0.24% 0.52% -
HSV(B) 218.64º 0.37% 0.63% -
XYZ 19 19.56 36.49 -
YUV 121.05 150.54 114.41 -
System Red Green Blue C M Y K H S L
Decimal 102 123 161 0.37 0.24 0 0.37 218.64 0.24 0.52
Hex 66 7B A1 25 18 0 25 DB 18 34
Octal 146 173 241 45 30 0 45 333 30 64
Binary 1100110 1111011 10100001 100101 11000 0 100101 11011011 11000 110100

Color Harmonies of #667BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667BA1

Black with #667BA1

Text Example


Text Example

White with #667BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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