Html Css Color HEX #6065DF Slate Blue

📋 copy color: '#6065DF'

red 96 ◦ green 101 ◦ blue 223

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

Shades of Slate Blue #6065DF

Tints of Slate Blue #6065DF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.05%

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

R = 22.86%
G = 24.05%
B = 53.1%

CMYK

 C value IS 0.57

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6065DF (or 0x6065DF) is known color: Slate Blue. HEX triplet: 60, 65 and DF. RGB value is (96,101,223). Sum of RGB (Red+Green+Blue) = 96+101+223=420 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.86% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #6065DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6065DF is #9F9A20. Grayscale: #707070. Windows color (decimal): -10459681 or 14640480. OLE color: 14640480.

HSL color Cylindrical-coordinate representation of color #6065DF: hue angle of 237.64º 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 #6065DF is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 101 223 -
CMYK 0.57 0.55 0 0.13
HSL 237.64º 0.66% 0.63% -
HSV(B) 237.64º 0.57% 0.87% -
XYZ 22.8 17.12 71.92 -
YUV 113.41 189.84 115.58 -
System Red Green Blue C M Y K H S L
Decimal 96 101 223 0.57 0.55 0 0.13 237.64 0.66 0.63
Hex 60 65 DF 39 37 0 D EE 42 3F
Octal 140 145 337 71 67 0 15 356 102 77
Binary 1100000 1100101 11011111 111001 110111 0 1101 11101110 1000010 111111

Color Harmonies of #6065DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6065DF

Black with #6065DF

Text Example


Text Example

White with #6065DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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