Html Css Color HEX #626690 Waikawa Grey

📋 copy color: '#626690'

red 98 ◦ green 102 ◦ blue 144

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

Shades of Waikawa Grey #626690

Tints of Waikawa Grey #626690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.86%

R = 28.49%
G = 29.65%
B = 41.86%

CMYK

 C value IS 0.32

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#626690 (or 0x626690) is known color: Waikawa Grey. HEX triplet: 62, 66 and 90. RGB value is (98,102,144). Sum of RGB (Red+Green+Blue) = 98+102+144=344 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.49% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 144 - color contains mainly: blue. Hex color #626690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626690 is #9D996F. Grayscale: #696969. Windows color (decimal): -10328432 or 9463394. OLE color: 9463394.

HSL color Cylindrical-coordinate representation of color #626690: hue angle of 234.78º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #626690 is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 98 102 144 -
CMYK 0.32 0.29 0 0.44
HSL 234.78º 0.19% 0.47% -
HSV(B) 234.78º 0.32% 0.56% -
XYZ 14.82 14.11 28.33 -
YUV 105.59 149.67 122.58 -
System Red Green Blue C M Y K H S L
Decimal 98 102 144 0.32 0.29 0 0.44 234.78 0.19 0.47
Hex 62 66 90 20 1D 0 2C EB 13 2F
Octal 142 146 220 40 35 0 54 353 23 57
Binary 1100010 1100110 10010000 100000 11101 0 101100 11101011 10011 101111

Color Harmonies of #626690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626690

Black with #626690

Text Example


Text Example

White with #626690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626690; }

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

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

background-color css

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

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

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

border-color css

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

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

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