Html Css Color HEX #665CBC Blue Marguerite

📋 copy color: '#665CBC'

red 102 ◦ green 92 ◦ blue 188

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

Shades of Blue Marguerite #665CBC

Tints of Blue Marguerite #665CBC

RGB

 RED value IS 102 (40.23% from 255) = 26.7%

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

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

R = 26.7%
G = 24.08%
B = 49.21%

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

#665CBC (or 0x665CBC) is known color: Blue Marguerite. HEX triplet: 66, 5C and BC. RGB value is (102,92,188). Sum of RGB (Red+Green+Blue) = 102+92+188=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #665CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665CBC is #99A343. Grayscale: #696969. Windows color (decimal): -10068804 or 12344422. OLE color: 12344422.

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

Color convert

RGB 102 92 188 -
CMYK 0.46 0.51 0 0.26
HSL 246.25º 0.42% 0.55% -
HSV(B) 246.25º 0.51% 0.74% -
XYZ 18.38 14.11 49.33 -
YUV 105.93 174.31 125.19 -
System Red Green Blue C M Y K H S L
Decimal 102 92 188 0.46 0.51 0 0.26 246.25 0.42 0.55
Hex 66 5C BC 2E 33 0 1A F6 2A 37
Octal 146 134 274 56 63 0 32 366 52 67
Binary 1100110 1011100 10111100 101110 110011 0 11010 11110110 101010 110111

Color Harmonies of #665CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665CBC

Black with #665CBC

Text Example


Text Example

White with #665CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,92,188); }

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

background-color css

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

 a { background-color: rgb(102,92,188); }

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

border-color css

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

 span { border-color: rgb(102,92,188); }

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