Html Css Color HEX #6375BC Chetwode Blue

📋 copy color: '#6375BC'

red 99 ◦ green 117 ◦ blue 188

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

Shades of Chetwode Blue #6375BC

Tints of Chetwode Blue #6375BC

RGB

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

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

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

R = 24.5%
G = 28.96%
B = 46.53%

CMYK

 C value IS 0.47

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6375BC (or 0x6375BC) is known color: Chetwode Blue. HEX triplet: 63, 75 and BC. RGB value is (99,117,188). Sum of RGB (Red+Green+Blue) = 99+117+188=404 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.50% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #6375BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6375BC is #9C8A43. Grayscale: #777777. Windows color (decimal): -10259012 or 12350819. OLE color: 12350819.

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

Color convert

RGB 99 117 188 -
CMYK 0.47 0.38 0 0.26
HSL 227.87º 0.4% 0.56% -
HSV(B) 227.87º 0.47% 0.74% -
XYZ 20.58 19.01 50.16 -
YUV 119.71 166.54 113.23 -
System Red Green Blue C M Y K H S L
Decimal 99 117 188 0.47 0.38 0 0.26 227.87 0.4 0.56
Hex 63 75 BC 2F 26 0 1A E4 28 38
Octal 143 165 274 57 46 0 32 344 50 70
Binary 1100011 1110101 10111100 101111 100110 0 11010 11100100 101000 111000

Color Harmonies of #6375BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6375BC

Black with #6375BC

Text Example


Text Example

White with #6375BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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