Html Css Color HEX #626790 Waikawa Grey

📋 copy color: '#626790'

red 98 ◦ green 103 ◦ blue 144

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

Shades of Waikawa Grey #626790

Tints of Waikawa Grey #626790

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.86%

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

R = 28.41%
G = 29.86%
B = 41.74%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#626790 (or 0x626790) is known color: Waikawa Grey. HEX triplet: 62, 67 and 90. RGB value is (98,103,144). Sum of RGB (Red+Green+Blue) = 98+103+144=345 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.41% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 144 - color contains mainly: blue. Hex color #626790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626790 is #9D986F. Grayscale: #6A6A6A. Windows color (decimal): -10328176 or 9463650. OLE color: 9463650.

HSL color Cylindrical-coordinate representation of color #626790: hue angle of 233.48º 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 #626790 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 98 103 144 -
CMYK 0.32 0.28 0 0.44
HSL 233.48º 0.19% 0.47% -
HSV(B) 233.48º 0.32% 0.56% -
XYZ 14.92 14.31 28.36 -
YUV 106.18 149.34 122.17 -
System Red Green Blue C M Y K H S L
Decimal 98 103 144 0.32 0.28 0 0.44 233.48 0.19 0.47
Hex 62 67 90 20 1C 0 2C E9 13 2F
Octal 142 147 220 40 34 0 54 351 23 57
Binary 1100010 1100111 10010000 100000 11100 0 101100 11101001 10011 101111

Color Harmonies of #626790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626790

Black with #626790

Text Example


Text Example

White with #626790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626790; }

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

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

background-color css

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

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

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

border-color css

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

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

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