Html Css Color HEX #646CCD Chetwode Blue

📋 copy color: '#646CCD'

red 100 ◦ green 108 ◦ blue 205

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

Shades of Chetwode Blue #646CCD

Tints of Chetwode Blue #646CCD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.15%

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

R = 24.21%
G = 26.15%
B = 49.64%

CMYK

 C value IS 0.51

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#646CCD (or 0x646CCD) is known color: Chetwode Blue. HEX triplet: 64, 6C and CD. RGB value is (100,108,205). Sum of RGB (Red+Green+Blue) = 100+108+205=413 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.21% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #646CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646CCD is #9B9332. Grayscale: #747474. Windows color (decimal): -10195763 or 13462628. OLE color: 13462628.

HSL color Cylindrical-coordinate representation of color #646CCD: hue angle of 235.43º 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 #646CCD is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 108 205 -
CMYK 0.51 0.47 0 0.20
HSL 235.43º 0.51% 0.6% -
HSV(B) 235.43º 0.51% 0.8% -
XYZ 21.64 17.84 60.06 -
YUV 116.67 177.85 116.11 -
System Red Green Blue C M Y K H S L
Decimal 100 108 205 0.51 0.47 0 0.20 235.43 0.51 0.6
Hex 64 6C CD 33 2F 0 14 EB 33 3C
Octal 144 154 315 63 57 0 24 353 63 74
Binary 1100100 1101100 11001101 110011 101111 0 10100 11101011 110011 111100

Color Harmonies of #646CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646CCD

Black with #646CCD

Text Example


Text Example

White with #646CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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