Html Css Color HEX #6371BA Chetwode Blue

📋 copy color: '#6371BA'

red 99 ◦ green 113 ◦ blue 186

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

Shades of Chetwode Blue #6371BA

Tints of Chetwode Blue #6371BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.73%

R = 24.87%
G = 28.39%
B = 46.73%

CMYK

 C value IS 0.47

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6371BA (or 0x6371BA) is known color: Chetwode Blue. HEX triplet: 63, 71 and BA. RGB value is (99,113,186). Sum of RGB (Red+Green+Blue) = 99+113+186=398 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.87% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #6371BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6371BA is #9C8E45. Grayscale: #747474. Windows color (decimal): -10260038 or 12218723. OLE color: 12218723.

HSL color Cylindrical-coordinate representation of color #6371BA: hue angle of 230.34º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6371BA is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 99 113 186 -
CMYK 0.47 0.39 0 0.27
HSL 230.34º 0.39% 0.56% -
HSV(B) 230.34º 0.47% 0.73% -
XYZ 19.91 18.01 48.88 -
YUV 117.14 166.86 115.06 -
System Red Green Blue C M Y K H S L
Decimal 99 113 186 0.47 0.39 0 0.27 230.34 0.39 0.56
Hex 63 71 BA 2F 27 0 1B E6 27 38
Octal 143 161 272 57 47 0 33 346 47 70
Binary 1100011 1110001 10111010 101111 100111 0 11011 11100110 100111 111000

Color Harmonies of #6371BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6371BA

Black with #6371BA

Text Example


Text Example

White with #6371BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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