Html Css Color HEX #646DCA Chetwode Blue

📋 copy color: '#646DCA'

red 100 ◦ green 109 ◦ blue 202

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

Shades of Chetwode Blue #646DCA

Tints of Chetwode Blue #646DCA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.52%

 BLUE value IS 202 (79.3% from 255) = 49.15%

R = 24.33%
G = 26.52%
B = 49.15%

CMYK

 C value IS 0.50

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#646DCA (or 0x646DCA) is known color: Chetwode Blue. HEX triplet: 64, 6D and CA. RGB value is (100,109,202). Sum of RGB (Red+Green+Blue) = 100+109+202=411 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.33% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #646DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646DCA is #9B9235. Grayscale: #747474. Windows color (decimal): -10195510 or 13266276. OLE color: 13266276.

HSL color Cylindrical-coordinate representation of color #646DCA: hue angle of 234.71º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #646DCA is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 100 109 202 -
CMYK 0.50 0.46 0 0.21
HSL 234.71º 0.49% 0.59% -
HSV(B) 234.71º 0.5% 0.79% -
XYZ 21.38 17.91 58.21 -
YUV 116.91 176.02 115.94 -
System Red Green Blue C M Y K H S L
Decimal 100 109 202 0.50 0.46 0 0.21 234.71 0.49 0.59
Hex 64 6D CA 32 2E 0 15 EB 31 3B
Octal 144 155 312 62 56 0 25 353 61 73
Binary 1100100 1101101 11001010 110010 101110 0 10101 11101011 110001 111011

Color Harmonies of #646DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646DCA

Black with #646DCA

Text Example


Text Example

White with #646DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,109,202); }

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

background-color css

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

 a { background-color: rgb(100,109,202); }

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

border-color css

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

 span { border-color: rgb(100,109,202); }

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