Html Css Color HEX #626FAF Chetwode Blue

📋 copy color: '#626FAF'

red 98 ◦ green 111 ◦ blue 175

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

Shades of Chetwode Blue #626FAF

Tints of Chetwode Blue #626FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.57%

R = 25.52%
G = 28.91%
B = 45.57%

CMYK

 C value IS 0.44

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#626FAF (or 0x626FAF) is known color: Chetwode Blue. HEX triplet: 62, 6F and AF. RGB value is (98,111,175). Sum of RGB (Red+Green+Blue) = 98+111+175=384 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.52% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #626FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626FAF is #9D9050. Grayscale: #727272. Windows color (decimal): -10326097 or 11497314. OLE color: 11497314.

HSL color Cylindrical-coordinate representation of color #626FAF: hue angle of 229.87º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #626FAF is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 98 111 175 -
CMYK 0.44 0.37 0 0.31
HSL 229.87º 0.32% 0.54% -
HSV(B) 229.87º 0.44% 0.69% -
XYZ 18.46 17.06 42.88 -
YUV 114.41 162.19 116.3 -
System Red Green Blue C M Y K H S L
Decimal 98 111 175 0.44 0.37 0 0.31 229.87 0.32 0.54
Hex 62 6F AF 2C 25 0 1F E6 20 36
Octal 142 157 257 54 45 0 37 346 40 66
Binary 1100010 1101111 10101111 101100 100101 0 11111 11100110 100000 110110

Color Harmonies of #626FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626FAF

Black with #626FAF

Text Example


Text Example

White with #626FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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