Html Css Color HEX #6068CF Slate Blue

📋 copy color: '#6068CF'

red 96 ◦ green 104 ◦ blue 207

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

Shades of Slate Blue #6068CF

Tints of Slate Blue #6068CF

RGB

 RED value IS 96 (37.89% from 255) = 23.59%

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

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

R = 23.59%
G = 25.55%
B = 50.86%

CMYK

 C value IS 0.54

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6068CF (or 0x6068CF) is known color: Slate Blue. HEX triplet: 60, 68 and CF. RGB value is (96,104,207). Sum of RGB (Red+Green+Blue) = 96+104+207=407 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.59% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #6068CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6068CF is #9F9730. Grayscale: #707070. Windows color (decimal): -10458929 or 13592672. OLE color: 13592672.

HSL color Cylindrical-coordinate representation of color #6068CF: hue angle of 235.68º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6068CF is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 104 207 -
CMYK 0.54 0.50 0 0.19
HSL 235.68º 0.54% 0.59% -
HSV(B) 235.68º 0.54% 0.81% -
XYZ 21.04 16.89 61.18 -
YUV 113.35 180.85 115.62 -
System Red Green Blue C M Y K H S L
Decimal 96 104 207 0.54 0.50 0 0.19 235.68 0.54 0.59
Hex 60 68 CF 36 32 0 13 EC 36 3B
Octal 140 150 317 66 62 0 23 354 66 73
Binary 1100000 1101000 11001111 110110 110010 0 10011 11101100 110110 111011

Color Harmonies of #6068CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6068CF

Black with #6068CF

Text Example


Text Example

White with #6068CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6068CF; }

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

 H1.HeaderClassName
 {
   color: #6068CF;
 }
 .AnyTagClassName
 {
   color: #6068CF;
 }
</style>

background-color css

<style>
 a { background-color: #6068CF; }

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

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

border-color css

<style>
 span { border-color: #6068CF; }

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

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