Html Css Color HEX #645CBA Blue Marguerite

📋 copy color: '#645CBA'

red 100 ◦ green 92 ◦ blue 186

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

Shades of Blue Marguerite #645CBA

Tints of Blue Marguerite #645CBA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.34%

 BLUE value IS 186 (73.05% from 255) = 49.21%

R = 26.46%
G = 24.34%
B = 49.21%

CMYK

 C value IS 0.46

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#645CBA (or 0x645CBA) is known color: Blue Marguerite. HEX triplet: 64, 5C and BA. RGB value is (100,92,186). Sum of RGB (Red+Green+Blue) = 100+92+186=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 92 (36.33% from 255 or 24.34% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #645CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645CBA is #9BA345. Grayscale: #686868. Windows color (decimal): -10199878 or 12213348. OLE color: 12213348.

HSL color Cylindrical-coordinate representation of color #645CBA: hue angle of 245.11º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #645CBA is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 92 186 -
CMYK 0.46 0.51 0 0.27
HSL 245.11º 0.41% 0.55% -
HSV(B) 245.11º 0.51% 0.73% -
XYZ 17.95 13.91 48.19 -
YUV 105.11 173.65 124.36 -
System Red Green Blue C M Y K H S L
Decimal 100 92 186 0.46 0.51 0 0.27 245.11 0.41 0.55
Hex 64 5C BA 2E 33 0 1B F5 29 37
Octal 144 134 272 56 63 0 33 365 51 67
Binary 1100100 1011100 10111010 101110 110011 0 11011 11110101 101001 110111

Color Harmonies of #645CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645CBA

Black with #645CBA

Text Example


Text Example

White with #645CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645CBA; }

 p { color: rgb(100,92,186); }

 H1.HeaderClassName
 {
   color: #645CBA;
 }
 .AnyTagClassName
 {
   color: #645CBA;
 }
</style>

background-color css

<style>
 a { background-color: #645CBA; }

 a { background-color: rgb(100,92,186); }

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

border-color css

<style>
 span { border-color: #645CBA; }

 span { border-color: rgb(100,92,186); }

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