Html Css Color HEX #696CCB Slate Blue

📋 copy color: '#696CCB'

red 105 ◦ green 108 ◦ blue 203

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

Shades of Slate Blue #696CCB

Tints of Slate Blue #696CCB

RGB

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

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

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

R = 25.24%
G = 25.96%
B = 48.8%

CMYK

 C value IS 0.48

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#696CCB (or 0x696CCB) is known color: Slate Blue. HEX triplet: 69, 6C and CB. RGB value is (105,108,203). Sum of RGB (Red+Green+Blue) = 105+108+203=416 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.24% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #696CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696CCB is #969334. Grayscale: #757575. Windows color (decimal): -9868085 or 13331561. OLE color: 13331561.

HSL color Cylindrical-coordinate representation of color #696CCB: hue angle of 238.16º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #696CCB is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 108 203 -
CMYK 0.48 0.47 0 0.20
HSL 238.16º 0.49% 0.6% -
HSV(B) 238.16º 0.48% 0.8% -
XYZ 21.97 18.04 58.82 -
YUV 117.93 176.01 118.78 -
System Red Green Blue C M Y K H S L
Decimal 105 108 203 0.48 0.47 0 0.20 238.16 0.49 0.6
Hex 69 6C CB 30 2F 0 14 EE 31 3C
Octal 151 154 313 60 57 0 24 356 61 74
Binary 1101001 1101100 11001011 110000 101111 0 10100 11101110 110001 111100

Color Harmonies of #696CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696CCB

Black with #696CCB

Text Example


Text Example

White with #696CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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