Html Css Color HEX #6776B3 Chetwode Blue

📋 copy color: '#6776B3'

red 103 ◦ green 118 ◦ blue 179

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

Shades of Chetwode Blue #6776B3

Tints of Chetwode Blue #6776B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 44.75%

R = 25.75%
G = 29.5%
B = 44.75%

CMYK

 C value IS 0.42

 M value IS 0.34

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6776B3 (or 0x6776B3) is known color: Chetwode Blue. HEX triplet: 67, 76 and B3. RGB value is (103,118,179). Sum of RGB (Red+Green+Blue) = 103+118+179=400 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.75% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 179 (70.31% from 255 or 44.75% from 400); Max value from RGB is 179 - color contains mainly: blue. Hex color #6776B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6776B3 is #98894C. Grayscale: #787878. Windows color (decimal): -9996621 or 11761255. OLE color: 11761255.

HSL color Cylindrical-coordinate representation of color #6776B3: hue angle of 228.16º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6776B3 is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 103 118 179 -
CMYK 0.42 0.34 0 0.30
HSL 228.16º 0.33% 0.55% -
HSV(B) 228.16º 0.42% 0.7% -
XYZ 20.21 19.1 45.27 -
YUV 120.47 161.03 115.54 -
System Red Green Blue C M Y K H S L
Decimal 103 118 179 0.42 0.34 0 0.30 228.16 0.33 0.55
Hex 67 76 B3 2A 22 0 1E E4 21 37
Octal 147 166 263 52 42 0 36 344 41 67
Binary 1100111 1110110 10110011 101010 100010 0 11110 11100100 100001 110111

Color Harmonies of #6776B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6776B3

Black with #6776B3

Text Example


Text Example

White with #6776B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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