Html Css Color HEX #6272D2 Chetwode Blue

📋 copy color: '#6272D2'

red 98 ◦ green 114 ◦ blue 210

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

Shades of Chetwode Blue #6272D2

Tints of Chetwode Blue #6272D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 49.76%

R = 23.22%
G = 27.01%
B = 49.76%

CMYK

 C value IS 0.53

 M value IS 0.46

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6272D2 (or 0x6272D2) is known color: Chetwode Blue. HEX triplet: 62, 72 and D2. RGB value is (98,114,210). Sum of RGB (Red+Green+Blue) = 98+114+210=422 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.22% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 210 (82.42% from 255 or 49.76% from 422); Max value from RGB is 210 - color contains mainly: blue. Hex color #6272D2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6272D2 is #9D8D2D. Grayscale: #777777. Windows color (decimal): -10325294 or 13791842. OLE color: 13791842.

HSL color Cylindrical-coordinate representation of color #6272D2: hue angle of 231.43º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6272D2 is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 98 114 210 -
CMYK 0.53 0.46 0 0.18
HSL 231.43º 0.55% 0.6% -
HSV(B) 231.43º 0.53% 0.82% -
XYZ 22.69 19.28 63.5 -
YUV 120.16 178.7 112.19 -
System Red Green Blue C M Y K H S L
Decimal 98 114 210 0.53 0.46 0 0.18 231.43 0.55 0.6
Hex 62 72 D2 35 2E 0 12 E7 37 3C
Octal 142 162 322 65 56 0 22 347 67 74
Binary 1100010 1110010 11010010 110101 101110 0 10010 11100111 110111 111100

Color Harmonies of #6272D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6272D2

Black with #6272D2

Text Example


Text Example

White with #6272D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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