Html Css Color HEX #646ECD Chetwode Blue

📋 copy color: '#646ECD'

red 100 ◦ green 110 ◦ blue 205

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

Shades of Chetwode Blue #646ECD

Tints of Chetwode Blue #646ECD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.51%

 BLUE value IS 205 (80.47% from 255) = 49.4%

R = 24.1%
G = 26.51%
B = 49.4%

CMYK

 C value IS 0.51

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#646ECD (or 0x646ECD) is known color: Chetwode Blue. HEX triplet: 64, 6E and CD. RGB value is (100,110,205). Sum of RGB (Red+Green+Blue) = 100+110+205=415 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.10% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #646ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646ECD is #9B9132. Grayscale: #757575. Windows color (decimal): -10195251 or 13463140. OLE color: 13463140.

HSL color Cylindrical-coordinate representation of color #646ECD: hue angle of 234.29º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #646ECD is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 110 205 -
CMYK 0.51 0.46 0 0.20
HSL 234.29º 0.51% 0.6% -
HSV(B) 234.29º 0.51% 0.8% -
XYZ 21.85 18.27 60.13 -
YUV 117.84 177.19 115.28 -
System Red Green Blue C M Y K H S L
Decimal 100 110 205 0.51 0.46 0 0.20 234.29 0.51 0.6
Hex 64 6E CD 33 2E 0 14 EA 33 3C
Octal 144 156 315 63 56 0 24 352 63 74
Binary 1100100 1101110 11001101 110011 101110 0 10100 11101010 110011 111100

Color Harmonies of #646ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646ECD

Black with #646ECD

Text Example


Text Example

White with #646ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646ECD; }

 p { color: rgb(100,110,205); }

 H1.HeaderClassName
 {
   color: #646ECD;
 }
 .AnyTagClassName
 {
   color: #646ECD;
 }
</style>

background-color css

<style>
 a { background-color: #646ECD; }

 a { background-color: rgb(100,110,205); }

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

border-color css

<style>
 span { border-color: #646ECD; }

 span { border-color: rgb(100,110,205); }

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