Html Css Color HEX #626BA2 Chetwode Blue

📋 copy color: '#626BA2'

red 98 ◦ green 107 ◦ blue 162

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

Shades of Chetwode Blue #626BA2

Tints of Chetwode Blue #626BA2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.16%

 BLUE value IS 162 (63.67% from 255) = 44.14%

R = 26.7%
G = 29.16%
B = 44.14%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#626BA2 (or 0x626BA2) is known color: Chetwode Blue. HEX triplet: 62, 6B and A2. RGB value is (98,107,162). Sum of RGB (Red+Green+Blue) = 98+107+162=367 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.70% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 162 (63.67% from 255 or 44.14% from 367); Max value from RGB is 162 - color contains mainly: blue. Hex color #626BA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626BA2 is #9D945D. Grayscale: #6E6E6E. Windows color (decimal): -10327134 or 10644322. OLE color: 10644322.

HSL color Cylindrical-coordinate representation of color #626BA2: hue angle of 231.56º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #626BA2 is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 98 107 162 -
CMYK 0.40 0.34 0 0.36
HSL 231.56º 0.26% 0.51% -
HSV(B) 231.56º 0.4% 0.64% -
XYZ 16.82 15.72 36.33 -
YUV 110.58 157.02 119.03 -
System Red Green Blue C M Y K H S L
Decimal 98 107 162 0.40 0.34 0 0.36 231.56 0.26 0.51
Hex 62 6B A2 28 22 0 24 E8 1A 33
Octal 142 153 242 50 42 0 44 350 32 63
Binary 1100010 1101011 10100010 101000 100010 0 100100 11101000 11010 110011

Color Harmonies of #626BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626BA2

Black with #626BA2

Text Example


Text Example

White with #626BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,107,162); }

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

background-color css

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

 a { background-color: rgb(98,107,162); }

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

border-color css

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

 span { border-color: rgb(98,107,162); }

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