Html Css Color HEX #6B69CE Slate Blue

📋 copy color: '#6B69CE'

red 107 ◦ green 105 ◦ blue 206

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

Shades of Slate Blue #6B69CE

Tints of Slate Blue #6B69CE

RGB

 RED value IS 107 (42.19% from 255) = 25.6%

 GREEN value IS 105 (41.41% from 255) = 25.12%

 BLUE value IS 206 (80.86% from 255) = 49.28%

R = 25.6%
G = 25.12%
B = 49.28%

CMYK

 C value IS 0.48

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6B69CE (or 0x6B69CE) is known color: Slate Blue. HEX triplet: 6B, 69 and CE. RGB value is (107,105,206). Sum of RGB (Red+Green+Blue) = 107+105+206=418 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.60% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #6B69CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B69CE is #949631. Grayscale: #747474. Windows color (decimal): -9737778 or 13527403. OLE color: 13527403.

HSL color Cylindrical-coordinate representation of color #6B69CE: hue angle of 241.19º degrees, saturation: 0.51, 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 #6B69CE is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 107 105 206 -
CMYK 0.48 0.49 0 0.19
HSL 241.19º 0.51% 0.61% -
HSV(B) 241.19º 0.49% 0.81% -
XYZ 22.26 17.69 60.63 -
YUV 117.11 178.16 120.79 -
System Red Green Blue C M Y K H S L
Decimal 107 105 206 0.48 0.49 0 0.19 241.19 0.51 0.61
Hex 6B 69 CE 30 31 0 13 F1 33 3D
Octal 153 151 316 60 61 0 23 361 63 75
Binary 1101011 1101001 11001110 110000 110001 0 10011 11110001 110011 111101

Color Harmonies of #6B69CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B69CE

Black with #6B69CE

Text Example


Text Example

White with #6B69CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B69CE; }

 p { color: rgb(107,105,206); }

 H1.HeaderClassName
 {
   color: #6B69CE;
 }
 .AnyTagClassName
 {
   color: #6B69CE;
 }
</style>

background-color css

<style>
 a { background-color: #6B69CE; }

 a { background-color: rgb(107,105,206); }

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

border-color css

<style>
 span { border-color: #6B69CE; }

 span { border-color: rgb(107,105,206); }

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