Html Css Color HEX #626691 Waikawa Grey

📋 copy color: '#626691'

red 98 ◦ green 102 ◦ blue 145

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

Shades of Waikawa Grey #626691

Tints of Waikawa Grey #626691

RGB

 RED value IS 98 (38.67% from 255) = 28.41%

 GREEN value IS 102 (40.23% from 255) = 29.57%

 BLUE value IS 145 (57.03% from 255) = 42.03%

R = 28.41%
G = 29.57%
B = 42.03%

CMYK

 C value IS 0.32

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#626691 (or 0x626691) is known color: Waikawa Grey. HEX triplet: 62, 66 and 91. RGB value is (98,102,145). Sum of RGB (Red+Green+Blue) = 98+102+145=345 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.41% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 145 - color contains mainly: blue. Hex color #626691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626691 is #9D996E. Grayscale: #696969. Windows color (decimal): -10328431 or 9528930. OLE color: 9528930.

HSL color Cylindrical-coordinate representation of color #626691: hue angle of 234.89º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #626691 is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 98 102 145 -
CMYK 0.32 0.30 0 0.43
HSL 234.89º 0.19% 0.48% -
HSV(B) 234.89º 0.32% 0.57% -
XYZ 14.9 14.14 28.73 -
YUV 105.71 150.17 122.5 -
System Red Green Blue C M Y K H S L
Decimal 98 102 145 0.32 0.30 0 0.43 234.89 0.19 0.48
Hex 62 66 91 20 1E 0 2B EB 13 30
Octal 142 146 221 40 36 0 53 353 23 60
Binary 1100010 1100110 10010001 100000 11110 0 101011 11101011 10011 110000

Color Harmonies of #626691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626691

Black with #626691

Text Example


Text Example

White with #626691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626691; }

 p { color: rgb(98,102,145); }

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

background-color css

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

 a { background-color: rgb(98,102,145); }

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

border-color css

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

 span { border-color: rgb(98,102,145); }

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