Html Css Color HEX #6272CE Chetwode Blue

📋 copy color: '#6272CE'

red 98 ◦ green 114 ◦ blue 206

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

Shades of Chetwode Blue #6272CE

Tints of Chetwode Blue #6272CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.28%

R = 23.44%
G = 27.27%
B = 49.28%

CMYK

 C value IS 0.52

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6272CE (or 0x6272CE) is known color: Chetwode Blue. HEX triplet: 62, 72 and CE. RGB value is (98,114,206). Sum of RGB (Red+Green+Blue) = 98+114+206=418 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.44% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #6272CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6272CE is #9D8D31. Grayscale: #777777. Windows color (decimal): -10325298 or 13529698. OLE color: 13529698.

HSL color Cylindrical-coordinate representation of color #6272CE: hue angle of 231.11º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6272CE is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 98 114 206 -
CMYK 0.52 0.45 0 0.19
HSL 231.11º 0.52% 0.6% -
HSV(B) 231.11º 0.52% 0.81% -
XYZ 22.19 19.09 60.91 -
YUV 119.7 176.7 112.52 -
System Red Green Blue C M Y K H S L
Decimal 98 114 206 0.52 0.45 0 0.19 231.11 0.52 0.6
Hex 62 72 CE 34 2D 0 13 E7 34 3C
Octal 142 162 316 64 55 0 23 347 64 74
Binary 1100010 1110010 11001110 110100 101101 0 10011 11100111 110100 111100

Color Harmonies of #6272CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6272CE

Black with #6272CE

Text Example


Text Example

White with #6272CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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