Html Css Color HEX #6775AB Chetwode Blue

📋 copy color: '#6775AB'

red 103 ◦ green 117 ◦ blue 171

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

Shades of Chetwode Blue #6775AB

Tints of Chetwode Blue #6775AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.73%

R = 26.34%
G = 29.92%
B = 43.73%

CMYK

 C value IS 0.40

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6775AB (or 0x6775AB) is known color: Chetwode Blue. HEX triplet: 67, 75 and AB. RGB value is (103,117,171). Sum of RGB (Red+Green+Blue) = 103+117+171=391 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.34% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #6775AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6775AB is #988A54. Grayscale: #767676. Windows color (decimal): -9996885 or 11236711. OLE color: 11236711.

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

Color convert

RGB 103 117 171 -
CMYK 0.40 0.32 0 0.33
HSL 227.65º 0.29% 0.54% -
HSV(B) 227.65º 0.4% 0.67% -
XYZ 19.31 18.55 41.09 -
YUV 118.97 157.36 116.61 -
System Red Green Blue C M Y K H S L
Decimal 103 117 171 0.40 0.32 0 0.33 227.65 0.29 0.54
Hex 67 75 AB 28 20 0 21 E4 1D 36
Octal 147 165 253 50 40 0 41 344 35 66
Binary 1100111 1110101 10101011 101000 100000 0 100001 11100100 11101 110110

Color Harmonies of #6775AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6775AB

Black with #6775AB

Text Example


Text Example

White with #6775AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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