Html Css Color HEX #6272AD Chetwode Blue

📋 copy color: '#6272AD'

red 98 ◦ green 114 ◦ blue 173

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

Shades of Chetwode Blue #6272AD

Tints of Chetwode Blue #6272AD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.61%

 BLUE value IS 173 (67.97% from 255) = 44.94%

R = 25.45%
G = 29.61%
B = 44.94%

CMYK

 C value IS 0.43

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6272AD (or 0x6272AD) is known color: Chetwode Blue. HEX triplet: 62, 72 and AD. RGB value is (98,114,173). Sum of RGB (Red+Green+Blue) = 98+114+173=385 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.45% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 173 - color contains mainly: blue. Hex color #6272AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6272AD is #9D8D52. Grayscale: #737373. Windows color (decimal): -10325331 or 11367010. OLE color: 11367010.

HSL color Cylindrical-coordinate representation of color #6272AD: hue angle of 227.2º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6272AD is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 98 114 173 -
CMYK 0.43 0.34 0 0.32
HSL 227.2º 0.31% 0.53% -
HSV(B) 227.2º 0.43% 0.68% -
XYZ 18.6 17.65 41.96 -
YUV 115.94 160.2 115.2 -
System Red Green Blue C M Y K H S L
Decimal 98 114 173 0.43 0.34 0 0.32 227.2 0.31 0.53
Hex 62 72 AD 2B 22 0 20 E3 1F 35
Octal 142 162 255 53 42 0 40 343 37 65
Binary 1100010 1110010 10101101 101011 100010 0 100000 11100011 11111 110101

Color Harmonies of #6272AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6272AD

Black with #6272AD

Text Example


Text Example

White with #6272AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6272AD; }

 p { color: rgb(98,114,173); }

 H1.HeaderClassName
 {
   color: #6272AD;
 }
 .AnyTagClassName
 {
   color: #6272AD;
 }
</style>

background-color css

<style>
 a { background-color: #6272AD; }

 a { background-color: rgb(98,114,173); }

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

border-color css

<style>
 span { border-color: #6272AD; }

 span { border-color: rgb(98,114,173); }

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