Html Css Color HEX #696CCF Slate Blue

📋 copy color: '#696CCF'

red 105 ◦ green 108 ◦ blue 207

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

Shades of Slate Blue #696CCF

Tints of Slate Blue #696CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.29%

R = 25%
G = 25.71%
B = 49.29%

CMYK

 C value IS 0.49

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#696CCF (or 0x696CCF) is known color: Slate Blue. HEX triplet: 69, 6C and CF. RGB value is (105,108,207). Sum of RGB (Red+Green+Blue) = 105+108+207=420 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25% from 420); Green value is 108 (42.58% from 255 or 25.71% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #696CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696CCF is #969330. Grayscale: #757575. Windows color (decimal): -9868081 or 13593705. OLE color: 13593705.

HSL color Cylindrical-coordinate representation of color #696CCF: hue angle of 238.24º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #696CCF is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 105 108 207 -
CMYK 0.49 0.48 0 0.19
HSL 238.24º 0.52% 0.61% -
HSV(B) 238.24º 0.49% 0.81% -
XYZ 22.45 18.23 61.37 -
YUV 118.39 178.01 118.45 -
System Red Green Blue C M Y K H S L
Decimal 105 108 207 0.49 0.48 0 0.19 238.24 0.52 0.61
Hex 69 6C CF 31 30 0 13 EE 34 3D
Octal 151 154 317 61 60 0 23 356 64 75
Binary 1101001 1101100 11001111 110001 110000 0 10011 11101110 110100 111101

Color Harmonies of #696CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696CCF

Black with #696CCF

Text Example


Text Example

White with #696CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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