Html Css Color HEX #6777BF Chetwode Blue

📋 copy color: '#6777BF'

red 103 ◦ green 119 ◦ blue 191

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

Shades of Chetwode Blue #6777BF

Tints of Chetwode Blue #6777BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.25%

R = 24.94%
G = 28.81%
B = 46.25%

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

#6777BF (or 0x6777BF) is known color: Chetwode Blue. HEX triplet: 67, 77 and BF. RGB value is (103,119,191). Sum of RGB (Red+Green+Blue) = 103+119+191=413 (54% of max value = 765). Red value is 103 (40.62% from 255 or 24.94% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #6777BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6777BF is #988840. Grayscale: #7A7A7A. Windows color (decimal): -9996353 or 12547943. OLE color: 12547943.

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

Color convert

RGB 103 119 191 -
CMYK 0.46 0.38 0 0.25
HSL 229.09º 0.41% 0.58% -
HSV(B) 229.09º 0.46% 0.75% -
XYZ 21.59 19.84 51.98 -
YUV 122.42 166.7 114.15 -
System Red Green Blue C M Y K H S L
Decimal 103 119 191 0.46 0.38 0 0.25 229.09 0.41 0.58
Hex 67 77 BF 2E 26 0 19 E5 29 3A
Octal 147 167 277 56 46 0 31 345 51 72
Binary 1100111 1110111 10111111 101110 100110 0 11001 11100101 101001 111010

Color Harmonies of #6777BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6777BF

Black with #6777BF

Text Example


Text Example

White with #6777BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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