Html Css Color HEX #626FA8 Chetwode Blue

📋 copy color: '#626FA8'

red 98 ◦ green 111 ◦ blue 168

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

Shades of Chetwode Blue #626FA8

Tints of Chetwode Blue #626FA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 44.56%

R = 25.99%
G = 29.44%
B = 44.56%

CMYK

 C value IS 0.42

 M value IS 0.34

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#626FA8 (or 0x626FA8) is known color: Chetwode Blue. HEX triplet: 62, 6F and A8. RGB value is (98,111,168). Sum of RGB (Red+Green+Blue) = 98+111+168=377 (49% of max value = 765). Red value is 98 (38.67% from 255 or 25.99% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 168 (66.02% from 255 or 44.56% from 377); Max value from RGB is 168 - color contains mainly: blue. Hex color #626FA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626FA8 is #9D9057. Grayscale: #717171. Windows color (decimal): -10326104 or 11038562. OLE color: 11038562.

HSL color Cylindrical-coordinate representation of color #626FA8: hue angle of 228.86º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #626FA8 is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 98 111 168 -
CMYK 0.42 0.34 0 0.34
HSL 228.86º 0.29% 0.52% -
HSV(B) 228.86º 0.42% 0.66% -
XYZ 17.79 16.79 39.35 -
YUV 113.61 158.69 116.87 -
System Red Green Blue C M Y K H S L
Decimal 98 111 168 0.42 0.34 0 0.34 228.86 0.29 0.52
Hex 62 6F A8 2A 22 0 22 E5 1D 34
Octal 142 157 250 52 42 0 42 345 35 64
Binary 1100010 1101111 10101000 101010 100010 0 100010 11100101 11101 110100

Color Harmonies of #626FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626FA8

Black with #626FA8

Text Example


Text Example

White with #626FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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