Html Css Color HEX #626ABA Chetwode Blue

📋 copy color: '#626ABA'

red 98 ◦ green 106 ◦ blue 186

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

Shades of Chetwode Blue #626ABA

Tints of Chetwode Blue #626ABA

RGB

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

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

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

R = 25.13%
G = 27.18%
B = 47.69%

CMYK

 C value IS 0.47

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#626ABA (or 0x626ABA) is known color: Chetwode Blue. HEX triplet: 62, 6A and BA. RGB value is (98,106,186). Sum of RGB (Red+Green+Blue) = 98+106+186=390 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.13% from 390); Green value is 106 (41.80% from 255 or 27.18% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #626ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626ABA is #9D9545. Grayscale: #707070. Windows color (decimal): -10327366 or 12216930. OLE color: 12216930.

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

Color convert

RGB 98 106 186 -
CMYK 0.47 0.43 0 0.27
HSL 234.55º 0.39% 0.56% -
HSV(B) 234.55º 0.47% 0.73% -
XYZ 19.05 16.45 48.63 -
YUV 112.73 169.35 117.5 -
System Red Green Blue C M Y K H S L
Decimal 98 106 186 0.47 0.43 0 0.27 234.55 0.39 0.56
Hex 62 6A BA 2F 2B 0 1B EB 27 38
Octal 142 152 272 57 53 0 33 353 47 70
Binary 1100010 1101010 10111010 101111 101011 0 11011 11101011 100111 111000

Color Harmonies of #626ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626ABA

Black with #626ABA

Text Example


Text Example

White with #626ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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