Html Css Color HEX #6370CE Chetwode Blue

📋 copy color: '#6370CE'

red 99 ◦ green 112 ◦ blue 206

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

Shades of Chetwode Blue #6370CE

Tints of Chetwode Blue #6370CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.4%

R = 23.74%
G = 26.86%
B = 49.4%

CMYK

 C value IS 0.52

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6370CE (or 0x6370CE) is known color: Chetwode Blue. HEX triplet: 63, 70 and CE. RGB value is (99,112,206). Sum of RGB (Red+Green+Blue) = 99+112+206=417 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.74% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #6370CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6370CE is #9C8F31. Grayscale: #767676. Windows color (decimal): -10260274 or 13529187. OLE color: 13529187.

HSL color Cylindrical-coordinate representation of color #6370CE: hue angle of 232.71º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6370CE is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 99 112 206 -
CMYK 0.52 0.46 0 0.19
HSL 232.71º 0.52% 0.6% -
HSV(B) 232.71º 0.52% 0.81% -
XYZ 22.08 18.7 60.84 -
YUV 118.83 177.19 113.86 -
System Red Green Blue C M Y K H S L
Decimal 99 112 206 0.52 0.46 0 0.19 232.71 0.52 0.6
Hex 63 70 CE 34 2E 0 13 E9 34 3C
Octal 143 160 316 64 56 0 23 351 64 74
Binary 1100011 1110000 11001110 110100 101110 0 10011 11101001 110100 111100

Color Harmonies of #6370CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6370CE

Black with #6370CE

Text Example


Text Example

White with #6370CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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