Html Css Color HEX #6370BE Chetwode Blue

📋 copy color: '#6370BE'

red 99 ◦ green 112 ◦ blue 190

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

Shades of Chetwode Blue #6370BE

Tints of Chetwode Blue #6370BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.38%

R = 24.69%
G = 27.93%
B = 47.38%

CMYK

 C value IS 0.48

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6370BE (or 0x6370BE) is known color: Chetwode Blue. HEX triplet: 63, 70 and BE. RGB value is (99,112,190). Sum of RGB (Red+Green+Blue) = 99+112+190=401 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.69% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #6370BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6370BE is #9C8F41. Grayscale: #747474. Windows color (decimal): -10260290 or 12480611. OLE color: 12480611.

HSL color Cylindrical-coordinate representation of color #6370BE: hue angle of 231.43º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6370BE is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 112 190 -
CMYK 0.48 0.41 0 0.25
HSL 231.43º 0.41% 0.57% -
HSV(B) 231.43º 0.48% 0.75% -
XYZ 20.23 17.96 51.12 -
YUV 117.01 169.19 115.16 -
System Red Green Blue C M Y K H S L
Decimal 99 112 190 0.48 0.41 0 0.25 231.43 0.41 0.57
Hex 63 70 BE 30 29 0 19 E7 29 39
Octal 143 160 276 60 51 0 31 347 51 71
Binary 1100011 1110000 10111110 110000 101001 0 11001 11100111 101001 111001

Color Harmonies of #6370BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6370BE

Black with #6370BE

Text Example


Text Example

White with #6370BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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