Html Css Color HEX #6272CD Chetwode Blue

📋 copy color: '#6272CD'

red 98 ◦ green 114 ◦ blue 205

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

Shades of Chetwode Blue #6272CD

Tints of Chetwode Blue #6272CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.16%

R = 23.5%
G = 27.34%
B = 49.16%

CMYK

 C value IS 0.52

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6272CD (or 0x6272CD) is known color: Chetwode Blue. HEX triplet: 62, 72 and CD. RGB value is (98,114,205). Sum of RGB (Red+Green+Blue) = 98+114+205=417 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.50% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #6272CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6272CD is #9D8D32. Grayscale: #777777. Windows color (decimal): -10325299 or 13464162. OLE color: 13464162.

HSL color Cylindrical-coordinate representation of color #6272CD: hue angle of 231.03º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6272CD is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 98 114 205 -
CMYK 0.52 0.44 0 0.20
HSL 231.03º 0.52% 0.59% -
HSV(B) 231.03º 0.52% 0.8% -
XYZ 22.07 19.04 60.27 -
YUV 119.59 176.2 112.6 -
System Red Green Blue C M Y K H S L
Decimal 98 114 205 0.52 0.44 0 0.20 231.03 0.52 0.59
Hex 62 72 CD 34 2C 0 14 E7 34 3B
Octal 142 162 315 64 54 0 24 347 64 73
Binary 1100010 1110010 11001101 110100 101100 0 10100 11100111 110100 111011

Color Harmonies of #6272CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6272CD

Black with #6272CD

Text Example


Text Example

White with #6272CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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