Html Css Color HEX #6477BF Chetwode Blue

📋 copy color: '#6477BF'

red 100 ◦ green 119 ◦ blue 191

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

Shades of Chetwode Blue #6477BF

Tints of Chetwode Blue #6477BF

RGB

 RED value IS 100 (39.45% from 255) = 24.39%

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

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

R = 24.39%
G = 29.02%
B = 46.59%

CMYK

 C value IS 0.48

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6477BF (or 0x6477BF) is known color: Chetwode Blue. HEX triplet: 64, 77 and BF. RGB value is (100,119,191). Sum of RGB (Red+Green+Blue) = 100+119+191=410 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.39% from 410); Green value is 119 (46.88% from 255 or 29.02% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #6477BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6477BF is #9B8840. Grayscale: #797979. Windows color (decimal): -10192961 or 12547940. OLE color: 12547940.

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

Color convert

RGB 100 119 191 -
CMYK 0.48 0.38 0 0.25
HSL 227.47º 0.42% 0.57% -
HSV(B) 227.47º 0.48% 0.75% -
XYZ 21.26 19.66 51.97 -
YUV 121.53 167.21 112.65 -
System Red Green Blue C M Y K H S L
Decimal 100 119 191 0.48 0.38 0 0.25 227.47 0.42 0.57
Hex 64 77 BF 30 26 0 19 E3 2A 39
Octal 144 167 277 60 46 0 31 343 52 71
Binary 1100100 1110111 10111111 110000 100110 0 11001 11100011 101010 111001

Color Harmonies of #6477BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6477BF

Black with #6477BF

Text Example


Text Example

White with #6477BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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