Html Css Color HEX #6471BD Chetwode Blue

📋 copy color: '#6471BD'

red 100 ◦ green 113 ◦ blue 189

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

Shades of Chetwode Blue #6471BD

Tints of Chetwode Blue #6471BD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.11%

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

R = 24.88%
G = 28.11%
B = 47.01%

CMYK

 C value IS 0.47

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6471BD (or 0x6471BD) is known color: Chetwode Blue. HEX triplet: 64, 71 and BD. RGB value is (100,113,189). Sum of RGB (Red+Green+Blue) = 100+113+189=402 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.88% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #6471BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6471BD is #9B8E42. Grayscale: #757575. Windows color (decimal): -10194499 or 12415332. OLE color: 12415332.

HSL color Cylindrical-coordinate representation of color #6471BD: hue angle of 231.24º 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 #6471BD is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 100 113 189 -
CMYK 0.47 0.40 0 0.26
HSL 231.24º 0.4% 0.57% -
HSV(B) 231.24º 0.47% 0.74% -
XYZ 20.35 18.19 50.58 -
YUV 117.78 168.19 115.32 -
System Red Green Blue C M Y K H S L
Decimal 100 113 189 0.47 0.40 0 0.26 231.24 0.4 0.57
Hex 64 71 BD 2F 28 0 1A E7 28 39
Octal 144 161 275 57 50 0 32 347 50 71
Binary 1100100 1110001 10111101 101111 101000 0 11010 11100111 101000 111001

Color Harmonies of #6471BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6471BD

Black with #6471BD

Text Example


Text Example

White with #6471BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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