Html Css Color HEX #6776AB Chetwode Blue

📋 copy color: '#6776AB'

red 103 ◦ green 118 ◦ blue 171

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

Shades of Chetwode Blue #6776AB

Tints of Chetwode Blue #6776AB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.1%

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

R = 26.28%
G = 30.1%
B = 43.62%

CMYK

 C value IS 0.40

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6776AB (or 0x6776AB) is known color: Chetwode Blue. HEX triplet: 67, 76 and AB. RGB value is (103,118,171). Sum of RGB (Red+Green+Blue) = 103+118+171=392 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.28% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 171 - color contains mainly: blue. Hex color #6776AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6776AB is #988954. Grayscale: #777777. Windows color (decimal): -9996629 or 11236967. OLE color: 11236967.

HSL color Cylindrical-coordinate representation of color #6776AB: hue angle of 226.76º 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 #6776AB is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 118 171 -
CMYK 0.40 0.31 0 0.33
HSL 226.76º 0.29% 0.54% -
HSV(B) 226.76º 0.4% 0.67% -
XYZ 19.42 18.78 41.13 -
YUV 119.56 157.03 116.19 -
System Red Green Blue C M Y K H S L
Decimal 103 118 171 0.40 0.31 0 0.33 226.76 0.29 0.54
Hex 67 76 AB 28 1F 0 21 E3 1D 36
Octal 147 166 253 50 37 0 41 343 35 66
Binary 1100111 1110110 10101011 101000 11111 0 100001 11100011 11101 110110

Color Harmonies of #6776AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6776AB

Black with #6776AB

Text Example


Text Example

White with #6776AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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