Html Css Color HEX #6475BB Chetwode Blue

📋 copy color: '#6475BB'

red 100 ◦ green 117 ◦ blue 187

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

Shades of Chetwode Blue #6475BB

Tints of Chetwode Blue #6475BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.29%

R = 24.75%
G = 28.96%
B = 46.29%

CMYK

 C value IS 0.47

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6475BB (or 0x6475BB) is known color: Chetwode Blue. HEX triplet: 64, 75 and BB. RGB value is (100,117,187). Sum of RGB (Red+Green+Blue) = 100+117+187=404 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.75% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 187 - color contains mainly: blue. Hex color #6475BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6475BB is #9B8A44. Grayscale: #777777. Windows color (decimal): -10193477 or 12285284. OLE color: 12285284.

HSL color Cylindrical-coordinate representation of color #6475BB: hue angle of 228.28º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6475BB is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 117 187 -
CMYK 0.47 0.37 0 0.27
HSL 228.28º 0.39% 0.56% -
HSV(B) 228.28º 0.47% 0.73% -
XYZ 20.59 19.02 49.6 -
YUV 119.9 165.87 113.81 -
System Red Green Blue C M Y K H S L
Decimal 100 117 187 0.47 0.37 0 0.27 228.28 0.39 0.56
Hex 64 75 BB 2F 25 0 1B E4 27 38
Octal 144 165 273 57 45 0 33 344 47 70
Binary 1100100 1110101 10111011 101111 100101 0 11011 11100100 100111 111000

Color Harmonies of #6475BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6475BB

Black with #6475BB

Text Example


Text Example

White with #6475BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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