Html Css Color HEX #626BA5 Chetwode Blue

📋 copy color: '#626BA5'

red 98 ◦ green 107 ◦ blue 165

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

Shades of Chetwode Blue #626BA5

Tints of Chetwode Blue #626BA5

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.92%

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

R = 26.49%
G = 28.92%
B = 44.59%

CMYK

 C value IS 0.41

 M value IS 0.35

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#626BA5 (or 0x626BA5) is known color: Chetwode Blue. HEX triplet: 62, 6B and A5. RGB value is (98,107,165). Sum of RGB (Red+Green+Blue) = 98+107+165=370 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.49% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 165 (64.84% from 255 or 44.59% from 370); Max value from RGB is 165 - color contains mainly: blue. Hex color #626BA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626BA5 is #9D945A. Grayscale: #6E6E6E. Windows color (decimal): -10327131 or 10840930. OLE color: 10840930.

HSL color Cylindrical-coordinate representation of color #626BA5: hue angle of 231.94º 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 #626BA5 is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 98 107 165 -
CMYK 0.41 0.35 0 0.35
HSL 231.94º 0.27% 0.52% -
HSV(B) 231.94º 0.41% 0.65% -
XYZ 17.09 15.83 37.75 -
YUV 110.92 158.52 118.78 -
System Red Green Blue C M Y K H S L
Decimal 98 107 165 0.41 0.35 0 0.35 231.94 0.27 0.52
Hex 62 6B A5 29 23 0 23 E8 1B 34
Octal 142 153 245 51 43 0 43 350 33 64
Binary 1100010 1101011 10100101 101001 100011 0 100011 11101000 11011 110100

Color Harmonies of #626BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626BA5

Black with #626BA5

Text Example


Text Example

White with #626BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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