Html Css Color HEX #675CBE Blue Marguerite

📋 copy color: '#675CBE'

red 103 ◦ green 92 ◦ blue 190

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

Shades of Blue Marguerite #675CBE

Tints of Blue Marguerite #675CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.35%

R = 26.75%
G = 23.9%
B = 49.35%

CMYK

 C value IS 0.46

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#675CBE (or 0x675CBE) is known color: Blue Marguerite. HEX triplet: 67, 5C and BE. RGB value is (103,92,190). Sum of RGB (Red+Green+Blue) = 103+92+190=385 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.75% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #675CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675CBE is #98A341. Grayscale: #6A6A6A. Windows color (decimal): -10003266 or 12475495. OLE color: 12475495.

HSL color Cylindrical-coordinate representation of color #675CBE: hue angle of 246.73º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #675CBE is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 103 92 190 -
CMYK 0.46 0.52 0 0.25
HSL 246.73º 0.43% 0.55% -
HSV(B) 246.73º 0.52% 0.75% -
XYZ 18.71 14.26 50.48 -
YUV 106.46 175.14 125.53 -
System Red Green Blue C M Y K H S L
Decimal 103 92 190 0.46 0.52 0 0.25 246.73 0.43 0.55
Hex 67 5C BE 2E 34 0 19 F7 2B 37
Octal 147 134 276 56 64 0 31 367 53 67
Binary 1100111 1011100 10111110 101110 110100 0 11001 11110111 101011 110111

Color Harmonies of #675CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675CBE

Black with #675CBE

Text Example


Text Example

White with #675CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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