Html Css Color HEX #6068DF Slate Blue

📋 copy color: '#6068DF'

red 96 ◦ green 104 ◦ blue 223

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

Shades of Slate Blue #6068DF

Tints of Slate Blue #6068DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.72%

R = 22.7%
G = 24.59%
B = 52.72%

CMYK

 C value IS 0.57

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6068DF (or 0x6068DF) is known color: Slate Blue. HEX triplet: 60, 68 and DF. RGB value is (96,104,223). Sum of RGB (Red+Green+Blue) = 96+104+223=423 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.70% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #6068DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6068DF is #9F9720. Grayscale: #727272. Windows color (decimal): -10458913 or 14641248. OLE color: 14641248.

HSL color Cylindrical-coordinate representation of color #6068DF: hue angle of 236.22º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6068DF is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 104 223 -
CMYK 0.57 0.53 0 0.13
HSL 236.22º 0.66% 0.63% -
HSV(B) 236.22º 0.57% 0.87% -
XYZ 23.09 17.72 72.01 -
YUV 115.17 188.85 114.32 -
System Red Green Blue C M Y K H S L
Decimal 96 104 223 0.57 0.53 0 0.13 236.22 0.66 0.63
Hex 60 68 DF 39 35 0 D EC 42 3F
Octal 140 150 337 71 65 0 15 354 102 77
Binary 1100000 1101000 11011111 111001 110101 0 1101 11101100 1000010 111111

Color Harmonies of #6068DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6068DF

Black with #6068DF

Text Example


Text Example

White with #6068DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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