Html Css Color HEX #6775AD Chetwode Blue

📋 copy color: '#6775AD'

red 103 ◦ green 117 ◦ blue 173

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

Shades of Chetwode Blue #6775AD

Tints of Chetwode Blue #6775AD

RGB

 RED value IS 103 (40.63% from 255) = 26.21%

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

 BLUE value IS 173 (67.97% from 255) = 44.02%

R = 26.21%
G = 29.77%
B = 44.02%

CMYK

 C value IS 0.40

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6775AD (or 0x6775AD) is known color: Chetwode Blue. HEX triplet: 67, 75 and AD. RGB value is (103,117,173). Sum of RGB (Red+Green+Blue) = 103+117+173=393 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.21% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 173 - color contains mainly: blue. Hex color #6775AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6775AD is #988A52. Grayscale: #767676. Windows color (decimal): -9996883 or 11367783. OLE color: 11367783.

HSL color Cylindrical-coordinate representation of color #6775AD: hue angle of 228º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6775AD is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 103 117 173 -
CMYK 0.40 0.32 0 0.32
HSL 228º 0.3% 0.54% -
HSV(B) 228º 0.4% 0.68% -
XYZ 19.5 18.62 42.1 -
YUV 119.2 158.36 116.45 -
System Red Green Blue C M Y K H S L
Decimal 103 117 173 0.40 0.32 0 0.32 228 0.3 0.54
Hex 67 75 AD 28 20 0 20 E4 1E 36
Octal 147 165 255 50 40 0 40 344 36 66
Binary 1100111 1110101 10101101 101000 100000 0 100000 11100100 11110 110110

Color Harmonies of #6775AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6775AD

Black with #6775AD

Text Example


Text Example

White with #6775AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6775AD; }

 p { color: rgb(103,117,173); }

 H1.HeaderClassName
 {
   color: #6775AD;
 }
 .AnyTagClassName
 {
   color: #6775AD;
 }
</style>

background-color css

<style>
 a { background-color: #6775AD; }

 a { background-color: rgb(103,117,173); }

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

border-color css

<style>
 span { border-color: #6775AD; }

 span { border-color: rgb(103,117,173); }

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