Html Css Color HEX #6370CA Chetwode Blue

📋 copy color: '#6370CA'

red 99 ◦ green 112 ◦ blue 202

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

Shades of Chetwode Blue #6370CA

Tints of Chetwode Blue #6370CA

RGB

 RED value IS 99 (39.06% from 255) = 23.97%

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

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

R = 23.97%
G = 27.12%
B = 48.91%

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

#6370CA (or 0x6370CA) is known color: Chetwode Blue. HEX triplet: 63, 70 and CA. RGB value is (99,112,202). Sum of RGB (Red+Green+Blue) = 99+112+202=413 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.97% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #6370CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6370CA is #9C8F35. Grayscale: #767676. Windows color (decimal): -10260278 or 13267043. OLE color: 13267043.

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

Color convert

RGB 99 112 202 -
CMYK 0.51 0.45 0 0.21
HSL 232.43º 0.49% 0.59% -
HSV(B) 232.43º 0.51% 0.79% -
XYZ 21.6 18.51 58.31 -
YUV 118.37 175.19 114.18 -
System Red Green Blue C M Y K H S L
Decimal 99 112 202 0.51 0.45 0 0.21 232.43 0.49 0.59
Hex 63 70 CA 33 2D 0 15 E8 31 3B
Octal 143 160 312 63 55 0 25 350 61 73
Binary 1100011 1110000 11001010 110011 101101 0 10101 11101000 110001 111011

Color Harmonies of #6370CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6370CA

Black with #6370CA

Text Example


Text Example

White with #6370CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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