Html Css Color HEX #626CAF Chetwode Blue

📋 copy color: '#626CAF'

red 98 ◦ green 108 ◦ blue 175

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

Shades of Chetwode Blue #626CAF

Tints of Chetwode Blue #626CAF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.35%

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

R = 25.72%
G = 28.35%
B = 45.93%

CMYK

 C value IS 0.44

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#626CAF (or 0x626CAF) is known color: Chetwode Blue. HEX triplet: 62, 6C and AF. RGB value is (98,108,175). Sum of RGB (Red+Green+Blue) = 98+108+175=381 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.72% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 175 - color contains mainly: blue. Hex color #626CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626CAF is #9D9350. Grayscale: #707070. Windows color (decimal): -10326865 or 11496546. OLE color: 11496546.

HSL color Cylindrical-coordinate representation of color #626CAF: hue angle of 232.21º 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 #626CAF is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 98 108 175 -
CMYK 0.44 0.38 0 0.31
HSL 232.21º 0.32% 0.54% -
HSV(B) 232.21º 0.44% 0.69% -
XYZ 18.14 16.42 42.77 -
YUV 112.65 163.19 117.55 -
System Red Green Blue C M Y K H S L
Decimal 98 108 175 0.44 0.38 0 0.31 232.21 0.32 0.54
Hex 62 6C AF 2C 26 0 1F E8 20 36
Octal 142 154 257 54 46 0 37 350 40 66
Binary 1100010 1101100 10101111 101100 100110 0 11111 11101000 100000 110110

Color Harmonies of #626CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626CAF

Black with #626CAF

Text Example


Text Example

White with #626CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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