Html Css Color HEX #646ABC Chetwode Blue

📋 copy color: '#646ABC'

red 100 ◦ green 106 ◦ blue 188

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

Shades of Chetwode Blue #646ABC

Tints of Chetwode Blue #646ABC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.9%

 BLUE value IS 188 (73.83% from 255) = 47.72%

R = 25.38%
G = 26.9%
B = 47.72%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#646ABC (or 0x646ABC) is known color: Chetwode Blue. HEX triplet: 64, 6A and BC. RGB value is (100,106,188). Sum of RGB (Red+Green+Blue) = 100+106+188=394 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.38% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #646ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646ABC is #9B9543. Grayscale: #717171. Windows color (decimal): -10196292 or 12348004. OLE color: 12348004.

HSL color Cylindrical-coordinate representation of color #646ABC: hue angle of 235.91º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #646ABC is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 100 106 188 -
CMYK 0.47 0.44 0 0.26
HSL 235.91º 0.4% 0.56% -
HSV(B) 235.91º 0.47% 0.74% -
XYZ 19.49 16.65 49.76 -
YUV 113.55 170.01 118.33 -
System Red Green Blue C M Y K H S L
Decimal 100 106 188 0.47 0.44 0 0.26 235.91 0.4 0.56
Hex 64 6A BC 2F 2C 0 1A EC 28 38
Octal 144 152 274 57 54 0 32 354 50 70
Binary 1100100 1101010 10111100 101111 101100 0 11010 11101100 101000 111000

Color Harmonies of #646ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646ABC

Black with #646ABC

Text Example


Text Example

White with #646ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,106,188); }

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

background-color css

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

 a { background-color: rgb(100,106,188); }

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

border-color css

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

 span { border-color: rgb(100,106,188); }

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