Html Css Color HEX #6777B2 Chetwode Blue

📋 copy color: '#6777B2'

red 103 ◦ green 119 ◦ blue 178

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

Shades of Chetwode Blue #6777B2

Tints of Chetwode Blue #6777B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 44.5%

R = 25.75%
G = 29.75%
B = 44.5%

CMYK

 C value IS 0.42

 M value IS 0.33

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6777B2 (or 0x6777B2) is known color: Chetwode Blue. HEX triplet: 67, 77 and B2. RGB value is (103,119,178). Sum of RGB (Red+Green+Blue) = 103+119+178=400 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.75% from 400); Green value is 119 (46.88% from 255 or 29.75% from 400); Blue value is 178 (69.92% from 255 or 44.5% from 400); Max value from RGB is 178 - color contains mainly: blue. Hex color #6777B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6777B2 is #98884D. Grayscale: #787878. Windows color (decimal): -9996366 or 11695975. OLE color: 11695975.

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

Color convert

RGB 103 119 178 -
CMYK 0.42 0.33 0 0.30
HSL 227.2º 0.33% 0.55% -
HSV(B) 227.2º 0.42% 0.7% -
XYZ 20.23 19.29 44.78 -
YUV 120.94 160.2 115.2 -
System Red Green Blue C M Y K H S L
Decimal 103 119 178 0.42 0.33 0 0.30 227.2 0.33 0.55
Hex 67 77 B2 2A 21 0 1E E3 21 37
Octal 147 167 262 52 41 0 36 343 41 67
Binary 1100111 1110111 10110010 101010 100001 0 11110 11100011 100001 110111

Color Harmonies of #6777B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6777B2

Black with #6777B2

Text Example


Text Example

White with #6777B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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