Html Css Color HEX #6270CB Chetwode Blue

📋 copy color: '#6270CB'

red 98 ◦ green 112 ◦ blue 203

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

Shades of Chetwode Blue #6270CB

Tints of Chetwode Blue #6270CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.15%

R = 23.73%
G = 27.12%
B = 49.15%

CMYK

 C value IS 0.52

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6270CB (or 0x6270CB) is known color: Chetwode Blue. HEX triplet: 62, 70 and CB. RGB value is (98,112,203). Sum of RGB (Red+Green+Blue) = 98+112+203=413 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.73% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #6270CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6270CB is #9D8F34. Grayscale: #757575. Windows color (decimal): -10325813 or 13332578. OLE color: 13332578.

HSL color Cylindrical-coordinate representation of color #6270CB: hue angle of 232º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6270CB is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 98 112 203 -
CMYK 0.52 0.45 0 0.20
HSL 232º 0.5% 0.59% -
HSV(B) 232º 0.52% 0.8% -
XYZ 21.61 18.5 58.93 -
YUV 118.19 175.86 113.6 -
System Red Green Blue C M Y K H S L
Decimal 98 112 203 0.52 0.45 0 0.20 232 0.5 0.59
Hex 62 70 CB 34 2D 0 14 E8 32 3B
Octal 142 160 313 64 55 0 24 350 62 73
Binary 1100010 1110000 11001011 110100 101101 0 10100 11101000 110010 111011

Color Harmonies of #6270CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6270CB

Black with #6270CB

Text Example


Text Example

White with #6270CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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