Html Css Color HEX #6B68CC Slate Blue

📋 copy color: '#6B68CC'

red 107 ◦ green 104 ◦ blue 204

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

Shades of Slate Blue #6B68CC

Tints of Slate Blue #6B68CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.16%

R = 25.78%
G = 25.06%
B = 49.16%

CMYK

 C value IS 0.48

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6B68CC (or 0x6B68CC) is known color: Slate Blue. HEX triplet: 6B, 68 and CC. RGB value is (107,104,204). Sum of RGB (Red+Green+Blue) = 107+104+204=415 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.78% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B68CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B68CC is #949733. Grayscale: #737373. Windows color (decimal): -9738036 or 13396075. OLE color: 13396075.

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

Color convert

RGB 107 104 204 -
CMYK 0.48 0.49 0 0.2
HSL 241.8º 0.5% 0.6% -
HSV(B) 241.8º 0.49% 0.8% -
XYZ 21.91 17.39 59.33 -
YUV 116.3 177.49 121.37 -
System Red Green Blue C M Y K H S L
Decimal 107 104 204 0.48 0.49 0 0.2 241.8 0.5 0.6
Hex 6B 68 CC 30 31 0 14 F2 32 3C
Octal 153 150 314 60 61 0 24 362 62 74
Binary 1101011 1101000 11001100 110000 110001 0 10100 11110010 110010 111100

Color Harmonies of #6B68CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B68CC

Black with #6B68CC

Text Example


Text Example

White with #6B68CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,104,204); }

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

background-color css

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

 a { background-color: rgb(107,104,204); }

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

border-color css

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

 span { border-color: rgb(107,104,204); }

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