Html Css Color HEX #646CBC Chetwode Blue

📋 copy color: '#646CBC'

red 100 ◦ green 108 ◦ blue 188

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

Shades of Chetwode Blue #646CBC

Tints of Chetwode Blue #646CBC

RGB

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

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

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

R = 25.25%
G = 27.27%
B = 47.47%

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

#646CBC (or 0x646CBC) is known color: Chetwode Blue. HEX triplet: 64, 6C and BC. RGB value is (100,108,188). Sum of RGB (Red+Green+Blue) = 100+108+188=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #646CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646CBC is #9B9343. Grayscale: #727272. Windows color (decimal): -10195780 or 12348516. OLE color: 12348516.

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

Color convert

RGB 100 108 188 -
CMYK 0.47 0.43 0 0.26
HSL 234.55º 0.4% 0.56% -
HSV(B) 234.55º 0.47% 0.74% -
XYZ 19.7 17.07 49.83 -
YUV 114.73 169.35 117.5 -
System Red Green Blue C M Y K H S L
Decimal 100 108 188 0.47 0.43 0 0.26 234.55 0.4 0.56
Hex 64 6C BC 2F 2B 0 1A EB 28 38
Octal 144 154 274 57 53 0 32 353 50 70
Binary 1100100 1101100 10111100 101111 101011 0 11010 11101011 101000 111000

Color Harmonies of #646CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646CBC

Black with #646CBC

Text Example


Text Example

White with #646CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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