Html Css Color HEX #646BBC Chetwode Blue

📋 copy color: '#646BBC'

red 100 ◦ green 107 ◦ blue 188

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

Shades of Chetwode Blue #646BBC

Tints of Chetwode Blue #646BBC

RGB

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

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

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

R = 25.32%
G = 27.09%
B = 47.59%

CMYK

 C value IS 0.47

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#646BBC (or 0x646BBC) is known color: Chetwode Blue. HEX triplet: 64, 6B and BC. RGB value is (100,107,188). Sum of RGB (Red+Green+Blue) = 100+107+188=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #646BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646BBC is #9B9443. Grayscale: #717171. Windows color (decimal): -10196036 or 12348260. OLE color: 12348260.

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

Color convert

RGB 100 107 188 -
CMYK 0.47 0.43 0 0.26
HSL 235.23º 0.4% 0.56% -
HSV(B) 235.23º 0.47% 0.74% -
XYZ 19.59 16.86 49.8 -
YUV 114.14 169.68 117.91 -
System Red Green Blue C M Y K H S L
Decimal 100 107 188 0.47 0.43 0 0.26 235.23 0.4 0.56
Hex 64 6B BC 2F 2B 0 1A EB 28 38
Octal 144 153 274 57 53 0 32 353 50 70
Binary 1100100 1101011 10111100 101111 101011 0 11010 11101011 101000 111000

Color Harmonies of #646BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646BBC

Black with #646BBC

Text Example


Text Example

White with #646BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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