Html Css Color HEX #6376BC Chetwode Blue

📋 copy color: '#6376BC'

red 99 ◦ green 118 ◦ blue 188

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

Shades of Chetwode Blue #6376BC

Tints of Chetwode Blue #6376BC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.14%

 BLUE value IS 188 (73.83% from 255) = 46.42%

R = 24.44%
G = 29.14%
B = 46.42%

CMYK

 C value IS 0.47

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6376BC (or 0x6376BC) is known color: Chetwode Blue. HEX triplet: 63, 76 and BC. RGB value is (99,118,188). Sum of RGB (Red+Green+Blue) = 99+118+188=405 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.44% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #6376BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6376BC is #9C8943. Grayscale: #787878. Windows color (decimal): -10258756 or 12351075. OLE color: 12351075.

HSL color Cylindrical-coordinate representation of color #6376BC: hue angle of 227.19º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6376BC is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 99 118 188 -
CMYK 0.47 0.37 0 0.26
HSL 227.19º 0.4% 0.56% -
HSV(B) 227.19º 0.47% 0.74% -
XYZ 20.7 19.24 50.2 -
YUV 120.3 166.21 112.81 -
System Red Green Blue C M Y K H S L
Decimal 99 118 188 0.47 0.37 0 0.26 227.19 0.4 0.56
Hex 63 76 BC 2F 25 0 1A E3 28 38
Octal 143 166 274 57 45 0 32 343 50 70
Binary 1100011 1110110 10111100 101111 100101 0 11010 11100011 101000 111000

Color Harmonies of #6376BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6376BC

Black with #6376BC

Text Example


Text Example

White with #6376BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6376BC; }

 p { color: rgb(99,118,188); }

 H1.HeaderClassName
 {
   color: #6376BC;
 }
 .AnyTagClassName
 {
   color: #6376BC;
 }
</style>

background-color css

<style>
 a { background-color: #6376BC; }

 a { background-color: rgb(99,118,188); }

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

border-color css

<style>
 span { border-color: #6376BC; }

 span { border-color: rgb(99,118,188); }

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