Html Css Color HEX #626AC0 Chetwode Blue

📋 copy color: '#626AC0'

red 98 ◦ green 106 ◦ blue 192

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

Shades of Chetwode Blue #626AC0

Tints of Chetwode Blue #626AC0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.77%

 BLUE value IS 192 (75.39% from 255) = 48.48%

R = 24.75%
G = 26.77%
B = 48.48%

CMYK

 C value IS 0.49

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#626AC0 (or 0x626AC0) is known color: Chetwode Blue. HEX triplet: 62, 6A and C0. RGB value is (98,106,192). Sum of RGB (Red+Green+Blue) = 98+106+192=396 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.75% from 396); Green value is 106 (41.80% from 255 or 26.77% from 396); Blue value is 192 (75.39% from 255 or 48.48% from 396); Max value from RGB is 192 - color contains mainly: blue. Hex color #626AC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626AC0 is #9D953F. Grayscale: #717171. Windows color (decimal): -10327360 or 12610146. OLE color: 12610146.

HSL color Cylindrical-coordinate representation of color #626AC0: hue angle of 234.89º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #626AC0 is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 98 106 192 -
CMYK 0.49 0.45 0 0.25
HSL 234.89º 0.43% 0.57% -
HSV(B) 234.89º 0.49% 0.75% -
XYZ 19.71 16.71 52.06 -
YUV 113.41 172.35 117.01 -
System Red Green Blue C M Y K H S L
Decimal 98 106 192 0.49 0.45 0 0.25 234.89 0.43 0.57
Hex 62 6A C0 31 2D 0 19 EB 2B 39
Octal 142 152 300 61 55 0 31 353 53 71
Binary 1100010 1101010 11000000 110001 101101 0 11001 11101011 101011 111001

Color Harmonies of #626AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626AC0

Black with #626AC0

Text Example


Text Example

White with #626AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,106,192); }

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

background-color css

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

 a { background-color: rgb(98,106,192); }

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

border-color css

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

 span { border-color: rgb(98,106,192); }

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