Html Css Color HEX #6474BD Chetwode Blue

📋 copy color: '#6474BD'

red 100 ◦ green 116 ◦ blue 189

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

Shades of Chetwode Blue #6474BD

Tints of Chetwode Blue #6474BD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.64%

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

R = 24.69%
G = 28.64%
B = 46.67%

CMYK

 C value IS 0.47

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6474BD (or 0x6474BD) is known color: Chetwode Blue. HEX triplet: 64, 74 and BD. RGB value is (100,116,189). Sum of RGB (Red+Green+Blue) = 100+116+189=405 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.69% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #6474BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6474BD is #9B8B42. Grayscale: #777777. Windows color (decimal): -10193731 or 12416100. OLE color: 12416100.

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

Color convert

RGB 100 116 189 -
CMYK 0.47 0.39 0 0.26
HSL 229.21º 0.4% 0.57% -
HSV(B) 229.21º 0.47% 0.74% -
XYZ 20.69 18.87 50.7 -
YUV 119.54 167.2 114.06 -
System Red Green Blue C M Y K H S L
Decimal 100 116 189 0.47 0.39 0 0.26 229.21 0.4 0.57
Hex 64 74 BD 2F 27 0 1A E5 28 39
Octal 144 164 275 57 47 0 32 345 50 71
Binary 1100100 1110100 10111101 101111 100111 0 11010 11100101 101000 111001

Color Harmonies of #6474BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6474BD

Black with #6474BD

Text Example


Text Example

White with #6474BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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