Html Css Color HEX #646BCC Chetwode Blue

📋 copy color: '#646BCC'

red 100 ◦ green 107 ◦ blue 204

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

Shades of Chetwode Blue #646BCC

Tints of Chetwode Blue #646BCC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.03%

 BLUE value IS 204 (80.08% from 255) = 49.64%

R = 24.33%
G = 26.03%
B = 49.64%

CMYK

 C value IS 0.51

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#646BCC (or 0x646BCC) is known color: Chetwode Blue. HEX triplet: 64, 6B and CC. RGB value is (100,107,204). Sum of RGB (Red+Green+Blue) = 100+107+204=411 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.33% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #646BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646BCC is #9B9433. Grayscale: #737373. Windows color (decimal): -10196020 or 13396836. OLE color: 13396836.

HSL color Cylindrical-coordinate representation of color #646BCC: hue angle of 235.96º degrees, saturation: 0.5, 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 #646BCC is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 100 107 204 -
CMYK 0.51 0.48 0 0.2
HSL 235.96º 0.5% 0.6% -
HSV(B) 235.96º 0.51% 0.8% -
XYZ 21.41 17.58 59.39 -
YUV 115.97 177.68 116.61 -
System Red Green Blue C M Y K H S L
Decimal 100 107 204 0.51 0.48 0 0.2 235.96 0.5 0.6
Hex 64 6B CC 33 30 0 14 EC 32 3C
Octal 144 153 314 63 60 0 24 354 62 74
Binary 1100100 1101011 11001100 110011 110000 0 10100 11101100 110010 111100

Color Harmonies of #646BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646BCC

Black with #646BCC

Text Example


Text Example

White with #646BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,107,204); }

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

background-color css

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

 a { background-color: rgb(100,107,204); }

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

border-color css

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

 span { border-color: rgb(100,107,204); }

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