Html Css Color HEX #6472CE Chetwode Blue

📋 copy color: '#6472CE'

red 100 ◦ green 114 ◦ blue 206

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

Shades of Chetwode Blue #6472CE

Tints of Chetwode Blue #6472CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.05%

R = 23.81%
G = 27.14%
B = 49.05%

CMYK

 C value IS 0.51

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6472CE (or 0x6472CE) is known color: Chetwode Blue. HEX triplet: 64, 72 and CE. RGB value is (100,114,206). Sum of RGB (Red+Green+Blue) = 100+114+206=420 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.81% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #6472CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6472CE is #9B8D31. Grayscale: #777777. Windows color (decimal): -10194226 or 13529700. OLE color: 13529700.

HSL color Cylindrical-coordinate representation of color #6472CE: hue angle of 232.08º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6472CE is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 114 206 -
CMYK 0.51 0.45 0 0.19
HSL 232.08º 0.52% 0.6% -
HSV(B) 232.08º 0.51% 0.81% -
XYZ 22.41 19.2 60.92 -
YUV 120.3 176.36 113.52 -
System Red Green Blue C M Y K H S L
Decimal 100 114 206 0.51 0.45 0 0.19 232.08 0.52 0.6
Hex 64 72 CE 33 2D 0 13 E8 34 3C
Octal 144 162 316 63 55 0 23 350 64 74
Binary 1100100 1110010 11001110 110011 101101 0 10011 11101000 110100 111100

Color Harmonies of #6472CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6472CE

Black with #6472CE

Text Example


Text Example

White with #6472CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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