Html Css Color HEX #6475BD Chetwode Blue

📋 copy color: '#6475BD'

red 100 ◦ green 117 ◦ blue 189

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

Shades of Chetwode Blue #6475BD

Tints of Chetwode Blue #6475BD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.82%

 BLUE value IS 189 (74.22% from 255) = 46.55%

R = 24.63%
G = 28.82%
B = 46.55%

CMYK

 C value IS 0.47

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6475BD (or 0x6475BD) is known color: Chetwode Blue. HEX triplet: 64, 75 and BD. RGB value is (100,117,189). Sum of RGB (Red+Green+Blue) = 100+117+189=406 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.63% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #6475BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6475BD is #9B8A42. Grayscale: #777777. Windows color (decimal): -10193475 or 12416356. OLE color: 12416356.

HSL color Cylindrical-coordinate representation of color #6475BD: hue angle of 228.54º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6475BD is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 100 117 189 -
CMYK 0.47 0.38 0 0.26
HSL 228.54º 0.4% 0.57% -
HSV(B) 228.54º 0.47% 0.74% -
XYZ 20.8 19.11 50.74 -
YUV 120.13 166.87 113.65 -
System Red Green Blue C M Y K H S L
Decimal 100 117 189 0.47 0.38 0 0.26 228.54 0.4 0.57
Hex 64 75 BD 2F 26 0 1A E5 28 39
Octal 144 165 275 57 46 0 32 345 50 71
Binary 1100100 1110101 10111101 101111 100110 0 11010 11100101 101000 111001

Color Harmonies of #6475BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6475BD

Black with #6475BD

Text Example


Text Example

White with #6475BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6475BD; }

 p { color: rgb(100,117,189); }

 H1.HeaderClassName
 {
   color: #6475BD;
 }
 .AnyTagClassName
 {
   color: #6475BD;
 }
</style>

background-color css

<style>
 a { background-color: #6475BD; }

 a { background-color: rgb(100,117,189); }

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

border-color css

<style>
 span { border-color: #6475BD; }

 span { border-color: rgb(100,117,189); }

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