Html Css Color HEX #695ABC Blue Marguerite

📋 copy color: '#695ABC'

red 105 ◦ green 90 ◦ blue 188

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

Shades of Blue Marguerite #695ABC

Tints of Blue Marguerite #695ABC

RGB

 RED value IS 105 (41.41% from 255) = 27.42%

 GREEN value IS 90 (35.55% from 255) = 23.5%

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

R = 27.42%
G = 23.5%
B = 49.09%

CMYK

 C value IS 0.44

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#695ABC (or 0x695ABC) is known color: Blue Marguerite. HEX triplet: 69, 5A and BC. RGB value is (105,90,188). Sum of RGB (Red+Green+Blue) = 105+90+188=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #695ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695ABC is #96A543. Grayscale: #696969. Windows color (decimal): -9872708 or 12343913. OLE color: 12343913.

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

Color convert

RGB 105 90 188 -
CMYK 0.44 0.52 0 0.26
HSL 249.18º 0.42% 0.55% -
HSV(B) 249.18º 0.52% 0.74% -
XYZ 18.56 13.95 49.29 -
YUV 105.66 174.47 127.53 -
System Red Green Blue C M Y K H S L
Decimal 105 90 188 0.44 0.52 0 0.26 249.18 0.42 0.55
Hex 69 5A BC 2C 34 0 1A F9 2A 37
Octal 151 132 274 54 64 0 32 371 52 67
Binary 1101001 1011010 10111100 101100 110100 0 11010 11111001 101010 110111

Color Harmonies of #695ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695ABC

Black with #695ABC

Text Example


Text Example

White with #695ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695ABC; }

 p { color: rgb(105,90,188); }

 H1.HeaderClassName
 {
   color: #695ABC;
 }
 .AnyTagClassName
 {
   color: #695ABC;
 }
</style>

background-color css

<style>
 a { background-color: #695ABC; }

 a { background-color: rgb(105,90,188); }

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

border-color css

<style>
 span { border-color: #695ABC; }

 span { border-color: rgb(105,90,188); }

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