Html Css Color HEX #6371C0 Chetwode Blue

📋 copy color: '#6371C0'

red 99 ◦ green 113 ◦ blue 192

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

Shades of Chetwode Blue #6371C0

Tints of Chetwode Blue #6371C0

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.97%

 BLUE value IS 192 (75.39% from 255) = 47.52%

R = 24.5%
G = 27.97%
B = 47.52%

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

#6371C0 (or 0x6371C0) is known color: Chetwode Blue. HEX triplet: 63, 71 and C0. RGB value is (99,113,192). Sum of RGB (Red+Green+Blue) = 99+113+192=404 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.50% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 192 (75.39% from 255 or 47.52% from 404); Max value from RGB is 192 - color contains mainly: blue. Hex color #6371C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6371C0 is #9C8E3F. Grayscale: #757575. Windows color (decimal): -10260032 or 12611939. OLE color: 12611939.

HSL color Cylindrical-coordinate representation of color #6371C0: hue angle of 230.97º degrees, saturation: 0.42, 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 #6371C0 is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 113 192 -
CMYK 0.48 0.41 0 0.25
HSL 230.97º 0.42% 0.57% -
HSV(B) 230.97º 0.48% 0.75% -
XYZ 20.57 18.27 52.31 -
YUV 117.82 169.86 114.58 -
System Red Green Blue C M Y K H S L
Decimal 99 113 192 0.48 0.41 0 0.25 230.97 0.42 0.57
Hex 63 71 C0 30 29 0 19 E7 2A 39
Octal 143 161 300 60 51 0 31 347 52 71
Binary 1100011 1110001 11000000 110000 101001 0 11001 11100111 101010 111001

Color Harmonies of #6371C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6371C0

Black with #6371C0

Text Example


Text Example

White with #6371C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6371C0; }

 p { color: rgb(99,113,192); }

 H1.HeaderClassName
 {
   color: #6371C0;
 }
 .AnyTagClassName
 {
   color: #6371C0;
 }
</style>

background-color css

<style>
 a { background-color: #6371C0; }

 a { background-color: rgb(99,113,192); }

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

border-color css

<style>
 span { border-color: #6371C0; }

 span { border-color: rgb(99,113,192); }

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