Html Css Color HEX #6272BA Chetwode Blue

📋 copy color: '#6272BA'

red 98 ◦ green 114 ◦ blue 186

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

Shades of Chetwode Blue #6272BA

Tints of Chetwode Blue #6272BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.73%

R = 24.62%
G = 28.64%
B = 46.73%

CMYK

 C value IS 0.47

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6272BA (or 0x6272BA) is known color: Chetwode Blue. HEX triplet: 62, 72 and BA. RGB value is (98,114,186). Sum of RGB (Red+Green+Blue) = 98+114+186=398 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.62% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #6272BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6272BA is #9D8D45. Grayscale: #757575. Windows color (decimal): -10325318 or 12218978. OLE color: 12218978.

HSL color Cylindrical-coordinate representation of color #6272BA: hue angle of 229.09º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6272BA is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 98 114 186 -
CMYK 0.47 0.39 0 0.27
HSL 229.09º 0.39% 0.56% -
HSV(B) 229.09º 0.47% 0.73% -
XYZ 19.92 18.18 48.91 -
YUV 117.42 166.7 114.15 -
System Red Green Blue C M Y K H S L
Decimal 98 114 186 0.47 0.39 0 0.27 229.09 0.39 0.56
Hex 62 72 BA 2F 27 0 1B E5 27 38
Octal 142 162 272 57 47 0 33 345 47 70
Binary 1100010 1110010 10111010 101111 100111 0 11011 11100101 100111 111000

Color Harmonies of #6272BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6272BA

Black with #6272BA

Text Example


Text Example

White with #6272BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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