Html Css Color HEX #6375AA Chetwode Blue

📋 copy color: '#6375AA'

red 99 ◦ green 117 ◦ blue 170

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

Shades of Chetwode Blue #6375AA

Tints of Chetwode Blue #6375AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.04%

R = 25.65%
G = 30.31%
B = 44.04%

CMYK

 C value IS 0.42

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6375AA (or 0x6375AA) is known color: Chetwode Blue. HEX triplet: 63, 75 and AA. RGB value is (99,117,170). Sum of RGB (Red+Green+Blue) = 99+117+170=386 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.65% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 170 - color contains mainly: blue. Hex color #6375AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6375AA is #9C8A55. Grayscale: #757575. Windows color (decimal): -10259030 or 11171171. OLE color: 11171171.

HSL color Cylindrical-coordinate representation of color #6375AA: hue angle of 224.79º degrees, saturation: 0.29, 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 #6375AA is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 117 170 -
CMYK 0.42 0.31 0 0.33
HSL 224.79º 0.29% 0.53% -
HSV(B) 224.79º 0.42% 0.67% -
XYZ 18.76 18.28 40.57 -
YUV 117.66 157.54 114.69 -
System Red Green Blue C M Y K H S L
Decimal 99 117 170 0.42 0.31 0 0.33 224.79 0.29 0.53
Hex 63 75 AA 2A 1F 0 21 E1 1D 35
Octal 143 165 252 52 37 0 41 341 35 65
Binary 1100011 1110101 10101010 101010 11111 0 100001 11100001 11101 110101

Color Harmonies of #6375AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6375AA

Black with #6375AA

Text Example


Text Example

White with #6375AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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