Html Css Color HEX #6C68CF Slate Blue

📋 copy color: '#6C68CF'

red 108 ◦ green 104 ◦ blue 207

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

Shades of Slate Blue #6C68CF

Tints of Slate Blue #6C68CF

RGB

 RED value IS 108 (42.58% from 255) = 25.78%

 GREEN value IS 104 (41.02% from 255) = 24.82%

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

R = 25.78%
G = 24.82%
B = 49.4%

CMYK

 C value IS 0.48

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6C68CF (or 0x6C68CF) is known color: Slate Blue. HEX triplet: 6C, 68 and CF. RGB value is (108,104,207). Sum of RGB (Red+Green+Blue) = 108+104+207=419 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.78% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #6C68CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C68CF is #939730. Grayscale: #747474. Windows color (decimal): -9672497 or 13592684. OLE color: 13592684.

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

Color convert

RGB 108 104 207 -
CMYK 0.48 0.50 0 0.19
HSL 242.33º 0.52% 0.61% -
HSV(B) 242.33º 0.5% 0.81% -
XYZ 22.4 17.59 61.25 -
YUV 116.94 178.83 121.62 -
System Red Green Blue C M Y K H S L
Decimal 108 104 207 0.48 0.50 0 0.19 242.33 0.52 0.61
Hex 6C 68 CF 30 32 0 13 F2 34 3D
Octal 154 150 317 60 62 0 23 362 64 75
Binary 1101100 1101000 11001111 110000 110010 0 10011 11110010 110100 111101

Color Harmonies of #6C68CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C68CF

Black with #6C68CF

Text Example


Text Example

White with #6C68CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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