Html Css Color HEX #6472BC Chetwode Blue

📋 copy color: '#6472BC'

red 100 ◦ green 114 ◦ blue 188

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

Shades of Chetwode Blue #6472BC

Tints of Chetwode Blue #6472BC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.36%

 BLUE value IS 188 (73.83% from 255) = 46.77%

R = 24.88%
G = 28.36%
B = 46.77%

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

#6472BC (or 0x6472BC) is known color: Chetwode Blue. HEX triplet: 64, 72 and BC. RGB value is (100,114,188). Sum of RGB (Red+Green+Blue) = 100+114+188=402 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.88% from 402); Green value is 114 (44.92% from 255 or 28.36% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #6472BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6472BC is #9B8D43. Grayscale: #757575. Windows color (decimal): -10194244 or 12350052. OLE color: 12350052.

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

Color convert

RGB 100 114 188 -
CMYK 0.47 0.39 0 0.26
HSL 230.45º 0.4% 0.56% -
HSV(B) 230.45º 0.47% 0.74% -
XYZ 20.35 18.37 50.05 -
YUV 118.25 167.36 114.98 -
System Red Green Blue C M Y K H S L
Decimal 100 114 188 0.47 0.39 0 0.26 230.45 0.4 0.56
Hex 64 72 BC 2F 27 0 1A E6 28 38
Octal 144 162 274 57 47 0 32 346 50 70
Binary 1100100 1110010 10111100 101111 100111 0 11010 11100110 101000 111000

Color Harmonies of #6472BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6472BC

Black with #6472BC

Text Example


Text Example

White with #6472BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6472BC; }

 p { color: rgb(100,114,188); }

 H1.HeaderClassName
 {
   color: #6472BC;
 }
 .AnyTagClassName
 {
   color: #6472BC;
 }
</style>

background-color css

<style>
 a { background-color: #6472BC; }

 a { background-color: rgb(100,114,188); }

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

border-color css

<style>
 span { border-color: #6472BC; }

 span { border-color: rgb(100,114,188); }

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