Html Css Color HEX #675CBD Blue Marguerite

📋 copy color: '#675CBD'

red 103 ◦ green 92 ◦ blue 189

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

Shades of Blue Marguerite #675CBD

Tints of Blue Marguerite #675CBD

RGB

 RED value IS 103 (40.63% from 255) = 26.82%

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

 BLUE value IS 189 (74.22% from 255) = 49.22%

R = 26.82%
G = 23.96%
B = 49.22%

CMYK

 C value IS 0.46

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#675CBD (or 0x675CBD) is known color: Blue Marguerite. HEX triplet: 67, 5C and BD. RGB value is (103,92,189). Sum of RGB (Red+Green+Blue) = 103+92+189=384 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.82% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #675CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675CBD is #98A342. Grayscale: #696969. Windows color (decimal): -10003267 or 12409959. OLE color: 12409959.

HSL color Cylindrical-coordinate representation of color #675CBD: hue angle of 246.8º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #675CBD is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 103 92 189 -
CMYK 0.46 0.51 0 0.26
HSL 246.8º 0.42% 0.55% -
HSV(B) 246.8º 0.51% 0.74% -
XYZ 18.61 14.21 49.91 -
YUV 106.35 174.64 125.61 -
System Red Green Blue C M Y K H S L
Decimal 103 92 189 0.46 0.51 0 0.26 246.8 0.42 0.55
Hex 67 5C BD 2E 33 0 1A F7 2A 37
Octal 147 134 275 56 63 0 32 367 52 67
Binary 1100111 1011100 10111101 101110 110011 0 11010 11110111 101010 110111

Color Harmonies of #675CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675CBD

Black with #675CBD

Text Example


Text Example

White with #675CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675CBD; }

 p { color: rgb(103,92,189); }

 H1.HeaderClassName
 {
   color: #675CBD;
 }
 .AnyTagClassName
 {
   color: #675CBD;
 }
</style>

background-color css

<style>
 a { background-color: #675CBD; }

 a { background-color: rgb(103,92,189); }

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

border-color css

<style>
 span { border-color: #675CBD; }

 span { border-color: rgb(103,92,189); }

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