Html Css Color HEX #626FA5 Chetwode Blue

📋 copy color: '#626FA5'

red 98 ◦ green 111 ◦ blue 165

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

Shades of Chetwode Blue #626FA5

Tints of Chetwode Blue #626FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 44.12%

R = 26.2%
G = 29.68%
B = 44.12%

CMYK

 C value IS 0.41

 M value IS 0.33

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#626FA5 (or 0x626FA5) is known color: Chetwode Blue. HEX triplet: 62, 6F and A5. RGB value is (98,111,165). Sum of RGB (Red+Green+Blue) = 98+111+165=374 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.20% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 165 (64.84% from 255 or 44.12% from 374); Max value from RGB is 165 - color contains mainly: blue. Hex color #626FA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626FA5 is #9D905A. Grayscale: #717171. Windows color (decimal): -10326107 or 10841954. OLE color: 10841954.

HSL color Cylindrical-coordinate representation of color #626FA5: hue angle of 228.36º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #626FA5 is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 98 111 165 -
CMYK 0.41 0.33 0 0.35
HSL 228.36º 0.27% 0.52% -
HSV(B) 228.36º 0.41% 0.65% -
XYZ 17.51 16.68 37.89 -
YUV 113.27 157.19 117.11 -
System Red Green Blue C M Y K H S L
Decimal 98 111 165 0.41 0.33 0 0.35 228.36 0.27 0.52
Hex 62 6F A5 29 21 0 23 E4 1B 34
Octal 142 157 245 51 41 0 43 344 33 64
Binary 1100010 1101111 10100101 101001 100001 0 100011 11100100 11011 110100

Color Harmonies of #626FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626FA5

Black with #626FA5

Text Example


Text Example

White with #626FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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