Html Css Color HEX #6375AC Chetwode Blue

📋 copy color: '#6375AC'

red 99 ◦ green 117 ◦ blue 172

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

Shades of Chetwode Blue #6375AC

Tints of Chetwode Blue #6375AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.33%

R = 25.52%
G = 30.15%
B = 44.33%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6375AC (or 0x6375AC) is known color: Chetwode Blue. HEX triplet: 63, 75 and AC. RGB value is (99,117,172). Sum of RGB (Red+Green+Blue) = 99+117+172=388 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.52% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 172 - color contains mainly: blue. Hex color #6375AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6375AC is #9C8A53. Grayscale: #757575. Windows color (decimal): -10259028 or 11302243. OLE color: 11302243.

HSL color Cylindrical-coordinate representation of color #6375AC: hue angle of 225.21º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6375AC is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 117 172 -
CMYK 0.42 0.32 0 0.33
HSL 225.21º 0.31% 0.53% -
HSV(B) 225.21º 0.42% 0.67% -
XYZ 18.95 18.35 41.57 -
YUV 117.89 158.54 114.53 -
System Red Green Blue C M Y K H S L
Decimal 99 117 172 0.42 0.32 0 0.33 225.21 0.31 0.53
Hex 63 75 AC 2A 20 0 21 E1 1F 35
Octal 143 165 254 52 40 0 41 341 37 65
Binary 1100011 1110101 10101100 101010 100000 0 100001 11100001 11111 110101

Color Harmonies of #6375AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6375AC

Black with #6375AC

Text Example


Text Example

White with #6375AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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