Html Css Color HEX #626FAA Chetwode Blue

📋 copy color: '#626FAA'

red 98 ◦ green 111 ◦ blue 170

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

Shades of Chetwode Blue #626FAA

Tints of Chetwode Blue #626FAA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.29%

 BLUE value IS 170 (66.8% from 255) = 44.85%

R = 25.86%
G = 29.29%
B = 44.85%

CMYK

 C value IS 0.42

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#626FAA (or 0x626FAA) is known color: Chetwode Blue. HEX triplet: 62, 6F and AA. RGB value is (98,111,170). Sum of RGB (Red+Green+Blue) = 98+111+170=379 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.86% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #626FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626FAA is #9D9055. Grayscale: #717171. Windows color (decimal): -10326102 or 11169634. OLE color: 11169634.

HSL color Cylindrical-coordinate representation of color #626FAA: hue angle of 229.17º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #626FAA is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 98 111 170 -
CMYK 0.42 0.35 0 0.33
HSL 229.17º 0.3% 0.53% -
HSV(B) 229.17º 0.42% 0.67% -
XYZ 17.98 16.87 40.34 -
YUV 113.84 159.69 116.7 -
System Red Green Blue C M Y K H S L
Decimal 98 111 170 0.42 0.35 0 0.33 229.17 0.3 0.53
Hex 62 6F AA 2A 23 0 21 E5 1E 35
Octal 142 157 252 52 43 0 41 345 36 65
Binary 1100010 1101111 10101010 101010 100011 0 100001 11100101 11110 110101

Color Harmonies of #626FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626FAA

Black with #626FAA

Text Example


Text Example

White with #626FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,111,170); }

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

background-color css

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

 a { background-color: rgb(98,111,170); }

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

border-color css

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

 span { border-color: rgb(98,111,170); }

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