Html Css Color HEX #6475BE Chetwode Blue

📋 copy color: '#6475BE'

red 100 ◦ green 117 ◦ blue 190

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

Shades of Chetwode Blue #6475BE

Tints of Chetwode Blue #6475BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.68%

R = 24.57%
G = 28.75%
B = 46.68%

CMYK

 C value IS 0.47

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6475BE (or 0x6475BE) is known color: Chetwode Blue. HEX triplet: 64, 75 and BE. RGB value is (100,117,190). Sum of RGB (Red+Green+Blue) = 100+117+190=407 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.57% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #6475BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6475BE is #9B8A41. Grayscale: #777777. Windows color (decimal): -10193474 or 12481892. OLE color: 12481892.

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

Color convert

RGB 100 117 190 -
CMYK 0.47 0.38 0 0.25
HSL 228.67º 0.41% 0.57% -
HSV(B) 228.67º 0.47% 0.75% -
XYZ 20.91 19.15 51.31 -
YUV 120.24 167.37 113.56 -
System Red Green Blue C M Y K H S L
Decimal 100 117 190 0.47 0.38 0 0.25 228.67 0.41 0.57
Hex 64 75 BE 2F 26 0 19 E5 29 39
Octal 144 165 276 57 46 0 31 345 51 71
Binary 1100100 1110101 10111110 101111 100110 0 11001 11100101 101001 111001

Color Harmonies of #6475BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6475BE

Black with #6475BE

Text Example


Text Example

White with #6475BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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