Html Css Color HEX #6272CA Chetwode Blue

📋 copy color: '#6272CA'

red 98 ◦ green 114 ◦ blue 202

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

Shades of Chetwode Blue #6272CA

Tints of Chetwode Blue #6272CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.79%

R = 23.67%
G = 27.54%
B = 48.79%

CMYK

 C value IS 0.51

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6272CA (or 0x6272CA) is known color: Chetwode Blue. HEX triplet: 62, 72 and CA. RGB value is (98,114,202). Sum of RGB (Red+Green+Blue) = 98+114+202=414 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.67% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #6272CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6272CA is #9D8D35. Grayscale: #767676. Windows color (decimal): -10325302 or 13267554. OLE color: 13267554.

HSL color Cylindrical-coordinate representation of color #6272CA: hue angle of 230.77º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6272CA is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 98 114 202 -
CMYK 0.51 0.44 0 0.21
HSL 230.77º 0.5% 0.59% -
HSV(B) 230.77º 0.51% 0.79% -
XYZ 21.71 18.9 58.38 -
YUV 119.25 174.7 112.84 -
System Red Green Blue C M Y K H S L
Decimal 98 114 202 0.51 0.44 0 0.21 230.77 0.5 0.59
Hex 62 72 CA 33 2C 0 15 E7 32 3B
Octal 142 162 312 63 54 0 25 347 62 73
Binary 1100010 1110010 11001010 110011 101100 0 10101 11100111 110010 111011

Color Harmonies of #6272CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6272CA

Black with #6272CA

Text Example


Text Example

White with #6272CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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