Html Css Color HEX #626EA0 Waikawa Grey

📋 copy color: '#626EA0'

red 98 ◦ green 110 ◦ blue 160

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

Shades of Waikawa Grey #626EA0

Tints of Waikawa Grey #626EA0

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.89%

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

R = 26.63%
G = 29.89%
B = 43.48%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#626EA0 (or 0x626EA0) is known color: Waikawa Grey. HEX triplet: 62, 6E and A0. RGB value is (98,110,160). Sum of RGB (Red+Green+Blue) = 98+110+160=368 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.63% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 160 (62.89% from 255 or 43.48% from 368); Max value from RGB is 160 - color contains mainly: blue. Hex color #626EA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626EA0 is #9D915F. Grayscale: #6F6F6F. Windows color (decimal): -10326368 or 10514018. OLE color: 10514018.

HSL color Cylindrical-coordinate representation of color #626EA0: hue angle of 228.39º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #626EA0 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 98 110 160 -
CMYK 0.39 0.31 0 0.37
HSL 228.39º 0.25% 0.51% -
HSV(B) 228.39º 0.39% 0.63% -
XYZ 16.96 16.29 35.51 -
YUV 112.11 155.02 117.93 -
System Red Green Blue C M Y K H S L
Decimal 98 110 160 0.39 0.31 0 0.37 228.39 0.25 0.51
Hex 62 6E A0 27 1F 0 25 E4 19 33
Octal 142 156 240 47 37 0 45 344 31 63
Binary 1100010 1101110 10100000 100111 11111 0 100101 11100100 11001 110011

Color Harmonies of #626EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626EA0

Black with #626EA0

Text Example


Text Example

White with #626EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626EA0; }

 p { color: rgb(98,110,160); }

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

background-color css

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

 a { background-color: rgb(98,110,160); }

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

border-color css

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

 span { border-color: rgb(98,110,160); }

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