Html Css Color HEX #696CDA Slate Blue

📋 copy color: '#696CDA'

red 105 ◦ green 108 ◦ blue 218

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

Shades of Slate Blue #696CDA

Tints of Slate Blue #696CDA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.06%

 BLUE value IS 218 (85.55% from 255) = 50.58%

R = 24.36%
G = 25.06%
B = 50.58%

CMYK

 C value IS 0.52

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#696CDA (or 0x696CDA) is known color: Slate Blue. HEX triplet: 69, 6C and DA. RGB value is (105,108,218). Sum of RGB (Red+Green+Blue) = 105+108+218=431 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.36% from 431); Green value is 108 (42.58% from 255 or 25.06% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #696CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696CDA is #969325. Grayscale: #777777. Windows color (decimal): -9868070 or 14314601. OLE color: 14314601.

HSL color Cylindrical-coordinate representation of color #696CDA: hue angle of 238.41º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #696CDA is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 108 218 -
CMYK 0.52 0.50 0 0.15
HSL 238.41º 0.6% 0.63% -
HSV(B) 238.41º 0.52% 0.85% -
XYZ 23.84 18.79 68.7 -
YUV 119.64 183.51 117.56 -
System Red Green Blue C M Y K H S L
Decimal 105 108 218 0.52 0.50 0 0.15 238.41 0.6 0.63
Hex 69 6C DA 34 32 0 F EE 3C 3F
Octal 151 154 332 64 62 0 17 356 74 77
Binary 1101001 1101100 11011010 110100 110010 0 1111 11101110 111100 111111

Color Harmonies of #696CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696CDA

Black with #696CDA

Text Example


Text Example

White with #696CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696CDA; }

 p { color: rgb(105,108,218); }

 H1.HeaderClassName
 {
   color: #696CDA;
 }
 .AnyTagClassName
 {
   color: #696CDA;
 }
</style>

background-color css

<style>
 a { background-color: #696CDA; }

 a { background-color: rgb(105,108,218); }

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

border-color css

<style>
 span { border-color: #696CDA; }

 span { border-color: rgb(105,108,218); }

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