Html Css Color HEX #6375BE Chetwode Blue

📋 copy color: '#6375BE'

red 99 ◦ green 117 ◦ blue 190

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

Shades of Chetwode Blue #6375BE

Tints of Chetwode Blue #6375BE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.82%

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

R = 24.38%
G = 28.82%
B = 46.8%

CMYK

 C value IS 0.48

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6375BE (or 0x6375BE) is known color: Chetwode Blue. HEX triplet: 63, 75 and BE. RGB value is (99,117,190). Sum of RGB (Red+Green+Blue) = 99+117+190=406 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.38% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #6375BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6375BE is #9C8A41. Grayscale: #777777. Windows color (decimal): -10259010 or 12481891. OLE color: 12481891.

HSL color Cylindrical-coordinate representation of color #6375BE: hue angle of 228.13º 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 #6375BE is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 117 190 -
CMYK 0.48 0.38 0 0.25
HSL 228.13º 0.41% 0.57% -
HSV(B) 228.13º 0.48% 0.75% -
XYZ 20.8 19.09 51.3 -
YUV 119.94 167.54 113.06 -
System Red Green Blue C M Y K H S L
Decimal 99 117 190 0.48 0.38 0 0.25 228.13 0.41 0.57
Hex 63 75 BE 30 26 0 19 E4 29 39
Octal 143 165 276 60 46 0 31 344 51 71
Binary 1100011 1110101 10111110 110000 100110 0 11001 11100100 101001 111001

Color Harmonies of #6375BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6375BE

Black with #6375BE

Text Example


Text Example

White with #6375BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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