Html Css Color HEX #6776BE Chetwode Blue

📋 copy color: '#6776BE'

red 103 ◦ green 118 ◦ blue 190

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

Shades of Chetwode Blue #6776BE

Tints of Chetwode Blue #6776BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.23%

R = 25.06%
G = 28.71%
B = 46.23%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6776BE (or 0x6776BE) is known color: Chetwode Blue. HEX triplet: 67, 76 and BE. RGB value is (103,118,190). Sum of RGB (Red+Green+Blue) = 103+118+190=411 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.06% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #6776BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6776BE is #988941. Grayscale: #797979. Windows color (decimal): -9996610 or 12482151. OLE color: 12482151.

HSL color Cylindrical-coordinate representation of color #6776BE: hue angle of 229.66º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6776BE is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 103 118 190 -
CMYK 0.46 0.38 0 0.25
HSL 229.66º 0.4% 0.57% -
HSV(B) 229.66º 0.46% 0.75% -
XYZ 21.37 19.56 51.36 -
YUV 121.72 166.53 114.65 -
System Red Green Blue C M Y K H S L
Decimal 103 118 190 0.46 0.38 0 0.25 229.66 0.4 0.57
Hex 67 76 BE 2E 26 0 19 E6 28 39
Octal 147 166 276 56 46 0 31 346 50 71
Binary 1100111 1110110 10111110 101110 100110 0 11001 11100110 101000 111001

Color Harmonies of #6776BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6776BE

Black with #6776BE

Text Example


Text Example

White with #6776BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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