Html Css Color HEX #697BFD Light Slate Blue

📋 copy color: '#697BFD'

red 105 ◦ green 123 ◦ blue 253

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

Shades of Light Slate Blue #697BFD

Tints of Light Slate Blue #697BFD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.57%

 BLUE value IS 253 (99.22% from 255) = 52.6%

R = 21.83%
G = 25.57%
B = 52.6%

CMYK

 C value IS 0.58

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#697BFD (or 0x697BFD) is known color: Light Slate Blue. HEX triplet: 69, 7B and FD. RGB value is (105,123,253). Sum of RGB (Red+Green+Blue) = 105+123+253=481 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.83% from 481); Green value is 123 (48.44% from 255 or 25.57% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #697BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697BFD is #968402. Grayscale: #838383. Windows color (decimal): -9864195 or 16612201. OLE color: 16612201.

HSL color Cylindrical-coordinate representation of color #697BFD: hue angle of 232.7º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #697BFD is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 105 123 253 -
CMYK 0.58 0.51 0 0.01
HSL 232.7º 0.97% 0.7% -
HSV(B) 232.7º 0.58% 0.99% -
XYZ 30.64 24.26 96 -
YUV 132.44 196.04 108.43 -
System Red Green Blue C M Y K H S L
Decimal 105 123 253 0.58 0.51 0 0.01 232.7 0.97 0.7
Hex 69 7B FD 3A 33 0 1 E9 61 46
Octal 151 173 375 72 63 0 1 351 141 106
Binary 1101001 1111011 11111101 111010 110011 0 1 11101001 1100001 1000110

Color Harmonies of #697BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697BFD

Black with #697BFD

Text Example


Text Example

White with #697BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697BFD; }

 p { color: rgb(105,123,253); }

 H1.HeaderClassName
 {
   color: #697BFD;
 }
 .AnyTagClassName
 {
   color: #697BFD;
 }
</style>

background-color css

<style>
 a { background-color: #697BFD; }

 a { background-color: rgb(105,123,253); }

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

border-color css

<style>
 span { border-color: #697BFD; }

 span { border-color: rgb(105,123,253); }

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