Html Css Color HEX #6270CA Chetwode Blue

📋 copy color: '#6270CA'

red 98 ◦ green 112 ◦ blue 202

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

Shades of Chetwode Blue #6270CA

Tints of Chetwode Blue #6270CA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.18%

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

R = 23.79%
G = 27.18%
B = 49.03%

CMYK

 C value IS 0.51

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6270CA (or 0x6270CA) is known color: Chetwode Blue. HEX triplet: 62, 70 and CA. RGB value is (98,112,202). Sum of RGB (Red+Green+Blue) = 98+112+202=412 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.79% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #6270CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6270CA is #9D8F35. Grayscale: #757575. Windows color (decimal): -10325814 or 13267042. OLE color: 13267042.

HSL color Cylindrical-coordinate representation of color #6270CA: hue angle of 231.92º 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 #6270CA is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 98 112 202 -
CMYK 0.51 0.45 0 0.21
HSL 231.92º 0.5% 0.59% -
HSV(B) 231.92º 0.51% 0.79% -
XYZ 21.49 18.45 58.31 -
YUV 118.07 175.36 113.68 -
System Red Green Blue C M Y K H S L
Decimal 98 112 202 0.51 0.45 0 0.21 231.92 0.5 0.59
Hex 62 70 CA 33 2D 0 15 E8 32 3B
Octal 142 160 312 63 55 0 25 350 62 73
Binary 1100010 1110000 11001010 110011 101101 0 10101 11101000 110010 111011

Color Harmonies of #6270CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6270CA

Black with #6270CA

Text Example


Text Example

White with #6270CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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