Html Css Color HEX #6662BC Blue Marguerite

📋 copy color: '#6662BC'

red 102 ◦ green 98 ◦ blue 188

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

Shades of Blue Marguerite #6662BC

Tints of Blue Marguerite #6662BC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.26%

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

R = 26.29%
G = 25.26%
B = 48.45%

CMYK

 C value IS 0.46

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6662BC (or 0x6662BC) is known color: Blue Marguerite. HEX triplet: 66, 62 and BC. RGB value is (102,98,188). Sum of RGB (Red+Green+Blue) = 102+98+188=388 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.29% from 388); Green value is 98 (38.67% from 255 or 25.26% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #6662BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6662BC is #999D43. Grayscale: #6D6D6D. Windows color (decimal): -10067268 or 12345958. OLE color: 12345958.

HSL color Cylindrical-coordinate representation of color #6662BC: hue angle of 242.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6662BC is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 102 98 188 -
CMYK 0.46 0.48 0 0.26
HSL 242.67º 0.4% 0.56% -
HSV(B) 242.67º 0.48% 0.74% -
XYZ 18.92 15.19 49.51 -
YUV 109.46 172.33 122.68 -
System Red Green Blue C M Y K H S L
Decimal 102 98 188 0.46 0.48 0 0.26 242.67 0.4 0.56
Hex 66 62 BC 2E 30 0 1A F3 28 38
Octal 146 142 274 56 60 0 32 363 50 70
Binary 1100110 1100010 10111100 101110 110000 0 11010 11110011 101000 111000

Color Harmonies of #6662BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6662BC

Black with #6662BC

Text Example


Text Example

White with #6662BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6662BC; }

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

 H1.HeaderClassName
 {
   color: #6662BC;
 }
 .AnyTagClassName
 {
   color: #6662BC;
 }
</style>

background-color css

<style>
 a { background-color: #6662BC; }

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

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

border-color css

<style>
 span { border-color: #6662BC; }

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

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