Html Css Color HEX #696FCF Slate Blue

📋 copy color: '#696FCF'

red 105 ◦ green 111 ◦ blue 207

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

Shades of Slate Blue #696FCF

Tints of Slate Blue #696FCF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.24%

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

R = 24.82%
G = 26.24%
B = 48.94%

CMYK

 C value IS 0.49

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#696FCF (or 0x696FCF) is known color: Slate Blue. HEX triplet: 69, 6F and CF. RGB value is (105,111,207). Sum of RGB (Red+Green+Blue) = 105+111+207=423 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.82% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #696FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696FCF is #969030. Grayscale: #777777. Windows color (decimal): -9867313 or 13594473. OLE color: 13594473.

HSL color Cylindrical-coordinate representation of color #696FCF: hue angle of 236.47º 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 #696FCF is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 105 111 207 -
CMYK 0.49 0.46 0 0.19
HSL 236.47º 0.52% 0.61% -
HSV(B) 236.47º 0.49% 0.81% -
XYZ 22.77 18.88 61.47 -
YUV 120.15 177.01 117.19 -
System Red Green Blue C M Y K H S L
Decimal 105 111 207 0.49 0.46 0 0.19 236.47 0.52 0.61
Hex 69 6F CF 31 2E 0 13 EC 34 3D
Octal 151 157 317 61 56 0 23 354 64 75
Binary 1101001 1101111 11001111 110001 101110 0 10011 11101100 110100 111101

Color Harmonies of #696FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696FCF

Black with #696FCF

Text Example


Text Example

White with #696FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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