Html Css Color HEX #695ECB Slate Blue

📋 copy color: '#695ECB'

red 105 ◦ green 94 ◦ blue 203

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

Shades of Slate Blue #695ECB

Tints of Slate Blue #695ECB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.38%

 BLUE value IS 203 (79.69% from 255) = 50.5%

R = 26.12%
G = 23.38%
B = 50.5%

CMYK

 C value IS 0.48

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#695ECB (or 0x695ECB) is known color: Slate Blue. HEX triplet: 69, 5E and CB. RGB value is (105,94,203). Sum of RGB (Red+Green+Blue) = 105+94+203=402 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.12% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #695ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695ECB is #96A134. Grayscale: #6D6D6D. Windows color (decimal): -9871669 or 13327977. OLE color: 13327977.

HSL color Cylindrical-coordinate representation of color #695ECB: hue angle of 246.06º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #695ECB is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 94 203 -
CMYK 0.48 0.54 0 0.20
HSL 246.06º 0.51% 0.58% -
HSV(B) 246.06º 0.54% 0.8% -
XYZ 20.61 15.32 58.37 -
YUV 109.72 180.64 124.64 -
System Red Green Blue C M Y K H S L
Decimal 105 94 203 0.48 0.54 0 0.20 246.06 0.51 0.58
Hex 69 5E CB 30 36 0 14 F6 33 3A
Octal 151 136 313 60 66 0 24 366 63 72
Binary 1101001 1011110 11001011 110000 110110 0 10100 11110110 110011 111010

Color Harmonies of #695ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695ECB

Black with #695ECB

Text Example


Text Example

White with #695ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,94,203); }

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

background-color css

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

 a { background-color: rgb(105,94,203); }

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

border-color css

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

 span { border-color: rgb(105,94,203); }

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