Html Css Color HEX #626FBA Chetwode Blue

📋 copy color: '#626FBA'

red 98 ◦ green 111 ◦ blue 186

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

Shades of Chetwode Blue #626FBA

Tints of Chetwode Blue #626FBA

RGB

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

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

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

R = 24.81%
G = 28.1%
B = 47.09%

CMYK

 C value IS 0.47

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#626FBA (or 0x626FBA) is known color: Chetwode Blue. HEX triplet: 62, 6F and BA. RGB value is (98,111,186). Sum of RGB (Red+Green+Blue) = 98+111+186=395 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.81% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #626FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626FBA is #9D9045. Grayscale: #737373. Windows color (decimal): -10326086 or 12218210. OLE color: 12218210.

HSL color Cylindrical-coordinate representation of color #626FBA: hue angle of 231.14º 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 #626FBA is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 98 111 186 -
CMYK 0.47 0.40 0 0.27
HSL 231.14º 0.39% 0.56% -
HSV(B) 231.14º 0.47% 0.73% -
XYZ 19.58 17.51 48.8 -
YUV 115.66 167.69 115.4 -
System Red Green Blue C M Y K H S L
Decimal 98 111 186 0.47 0.40 0 0.27 231.14 0.39 0.56
Hex 62 6F BA 2F 28 0 1B E7 27 38
Octal 142 157 272 57 50 0 33 347 47 70
Binary 1100010 1101111 10111010 101111 101000 0 11011 11100111 100111 111000

Color Harmonies of #626FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626FBA

Black with #626FBA

Text Example


Text Example

White with #626FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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