Html Css Color HEX #626DBA Chetwode Blue

📋 copy color: '#626DBA'

red 98 ◦ green 109 ◦ blue 186

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

Shades of Chetwode Blue #626DBA

Tints of Chetwode Blue #626DBA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.74%

 BLUE value IS 186 (73.05% from 255) = 47.33%

R = 24.94%
G = 27.74%
B = 47.33%

CMYK

 C value IS 0.47

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#626DBA (or 0x626DBA) is known color: Chetwode Blue. HEX triplet: 62, 6D and BA. RGB value is (98,109,186). Sum of RGB (Red+Green+Blue) = 98+109+186=393 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.94% from 393); Green value is 109 (42.97% from 255 or 27.74% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #626DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626DBA is #9D9245. Grayscale: #727272. Windows color (decimal): -10326598 or 12217698. OLE color: 12217698.

HSL color Cylindrical-coordinate representation of color #626DBA: hue angle of 232.5º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #626DBA is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 98 109 186 -
CMYK 0.47 0.41 0 0.27
HSL 232.5º 0.39% 0.56% -
HSV(B) 232.5º 0.47% 0.73% -
XYZ 19.37 17.08 48.73 -
YUV 114.49 168.36 116.24 -
System Red Green Blue C M Y K H S L
Decimal 98 109 186 0.47 0.41 0 0.27 232.5 0.39 0.56
Hex 62 6D BA 2F 29 0 1B E8 27 38
Octal 142 155 272 57 51 0 33 350 47 70
Binary 1100010 1101101 10111010 101111 101001 0 11011 11101000 100111 111000

Color Harmonies of #626DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626DBA

Black with #626DBA

Text Example


Text Example

White with #626DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,109,186); }

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

background-color css

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

 a { background-color: rgb(98,109,186); }

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

border-color css

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

 span { border-color: rgb(98,109,186); }

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