Html Css Color HEX #6777AB Chetwode Blue

📋 copy color: '#6777AB'

red 103 ◦ green 119 ◦ blue 171

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

Shades of Chetwode Blue #6777AB

Tints of Chetwode Blue #6777AB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.28%

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

R = 26.21%
G = 30.28%
B = 43.51%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6777AB (or 0x6777AB) is known color: Chetwode Blue. HEX triplet: 67, 77 and AB. RGB value is (103,119,171). Sum of RGB (Red+Green+Blue) = 103+119+171=393 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.21% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #6777AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6777AB is #988854. Grayscale: #777777. Windows color (decimal): -9996373 or 11237223. OLE color: 11237223.

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

Color convert

RGB 103 119 171 -
CMYK 0.40 0.30 0 0.33
HSL 225.88º 0.29% 0.54% -
HSV(B) 225.88º 0.4% 0.67% -
XYZ 19.54 19.02 41.17 -
YUV 120.14 156.7 115.77 -
System Red Green Blue C M Y K H S L
Decimal 103 119 171 0.40 0.30 0 0.33 225.88 0.29 0.54
Hex 67 77 AB 28 1E 0 21 E2 1D 36
Octal 147 167 253 50 36 0 41 342 35 66
Binary 1100111 1110111 10101011 101000 11110 0 100001 11100010 11101 110110

Color Harmonies of #6777AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6777AB

Black with #6777AB

Text Example


Text Example

White with #6777AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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