Html Css Color HEX #6B68CF Slate Blue

📋 copy color: '#6B68CF'

red 107 ◦ green 104 ◦ blue 207

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

Shades of Slate Blue #6B68CF

Tints of Slate Blue #6B68CF

RGB

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

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

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

R = 25.6%
G = 24.88%
B = 49.52%

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

#6B68CF (or 0x6B68CF) is known color: Slate Blue. HEX triplet: 6B, 68 and CF. RGB value is (107,104,207). Sum of RGB (Red+Green+Blue) = 107+104+207=418 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.60% from 418); Green value is 104 (41.02% from 255 or 24.88% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #6B68CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B68CF is #949730. Grayscale: #747474. Windows color (decimal): -9738033 or 13592683. OLE color: 13592683.

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

Color convert

RGB 107 104 207 -
CMYK 0.48 0.50 0 0.19
HSL 241.75º 0.52% 0.61% -
HSV(B) 241.75º 0.5% 0.81% -
XYZ 22.28 17.53 61.24 -
YUV 116.64 178.99 121.12 -
System Red Green Blue C M Y K H S L
Decimal 107 104 207 0.48 0.50 0 0.19 241.75 0.52 0.61
Hex 6B 68 CF 30 32 0 13 F2 34 3D
Octal 153 150 317 60 62 0 23 362 64 75
Binary 1101011 1101000 11001111 110000 110010 0 10011 11110010 110100 111101

Color Harmonies of #6B68CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B68CF

Black with #6B68CF

Text Example


Text Example

White with #6B68CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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