Html Css Color HEX #6270AA Chetwode Blue

📋 copy color: '#6270AA'

red 98 ◦ green 112 ◦ blue 170

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

Shades of Chetwode Blue #6270AA

Tints of Chetwode Blue #6270AA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.47%

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

R = 25.79%
G = 29.47%
B = 44.74%

CMYK

 C value IS 0.42

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6270AA (or 0x6270AA) is known color: Chetwode Blue. HEX triplet: 62, 70 and AA. RGB value is (98,112,170). Sum of RGB (Red+Green+Blue) = 98+112+170=380 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.79% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #6270AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6270AA is #9D8F55. Grayscale: #727272. Windows color (decimal): -10325846 or 11169890. OLE color: 11169890.

HSL color Cylindrical-coordinate representation of color #6270AA: hue angle of 228.33º 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 #6270AA is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 98 112 170 -
CMYK 0.42 0.34 0 0.33
HSL 228.33º 0.3% 0.53% -
HSV(B) 228.33º 0.42% 0.67% -
XYZ 18.09 17.09 40.38 -
YUV 114.43 159.36 116.28 -
System Red Green Blue C M Y K H S L
Decimal 98 112 170 0.42 0.34 0 0.33 228.33 0.3 0.53
Hex 62 70 AA 2A 22 0 21 E4 1E 35
Octal 142 160 252 52 42 0 41 344 36 65
Binary 1100010 1110000 10101010 101010 100010 0 100001 11100100 11110 110101

Color Harmonies of #6270AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6270AA

Black with #6270AA

Text Example


Text Example

White with #6270AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6270AA; }

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

 H1.HeaderClassName
 {
   color: #6270AA;
 }
 .AnyTagClassName
 {
   color: #6270AA;
 }
</style>

background-color css

<style>
 a { background-color: #6270AA; }

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

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

border-color css

<style>
 span { border-color: #6270AA; }

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

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