Html Css Color HEX #627AAA Chetwode Blue

📋 copy color: '#627AAA'

red 98 ◦ green 122 ◦ blue 170

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

Shades of Chetwode Blue #627AAA

Tints of Chetwode Blue #627AAA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.28%

 BLUE value IS 170 (66.8% from 255) = 43.59%

R = 25.13%
G = 31.28%
B = 43.59%

CMYK

 C value IS 0.42

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#627AAA (or 0x627AAA) is known color: Chetwode Blue. HEX triplet: 62, 7A and AA. RGB value is (98,122,170). Sum of RGB (Red+Green+Blue) = 98+122+170=390 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.13% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 170 - color contains mainly: blue. Hex color #627AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627AAA is #9D8555. Grayscale: #787878. Windows color (decimal): -10323286 or 11172450. OLE color: 11172450.

HSL color Cylindrical-coordinate representation of color #627AAA: hue angle of 220º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #627AAA is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 98 122 170 -
CMYK 0.42 0.28 0 0.33
HSL 220º 0.3% 0.53% -
HSV(B) 220º 0.42% 0.67% -
XYZ 19.25 19.42 40.76 -
YUV 120.3 156.05 112.1 -
System Red Green Blue C M Y K H S L
Decimal 98 122 170 0.42 0.28 0 0.33 220 0.3 0.53
Hex 62 7A AA 2A 1C 0 21 DC 1E 35
Octal 142 172 252 52 34 0 41 334 36 65
Binary 1100010 1111010 10101010 101010 11100 0 100001 11011100 11110 110101

Color Harmonies of #627AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627AAA

Black with #627AAA

Text Example


Text Example

White with #627AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627AAA; }

 p { color: rgb(98,122,170); }

 H1.HeaderClassName
 {
   color: #627AAA;
 }
 .AnyTagClassName
 {
   color: #627AAA;
 }
</style>

background-color css

<style>
 a { background-color: #627AAA; }

 a { background-color: rgb(98,122,170); }

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

border-color css

<style>
 span { border-color: #627AAA; }

 span { border-color: rgb(98,122,170); }

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