Html Css Color HEX #6F60CC Slate Blue

📋 copy color: '#6F60CC'

red 111 ◦ green 96 ◦ blue 204

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

Shades of Slate Blue #6F60CC

Tints of Slate Blue #6F60CC

RGB

 RED value IS 111 (43.75% from 255) = 27.01%

 GREEN value IS 96 (37.89% from 255) = 23.36%

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

R = 27.01%
G = 23.36%
B = 49.64%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6F60CC (or 0x6F60CC) is known color: Slate Blue. HEX triplet: 6F, 60 and CC. RGB value is (111,96,204). Sum of RGB (Red+Green+Blue) = 111+96+204=411 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.01% from 411); Green value is 96 (37.89% from 255 or 23.36% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #6F60CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F60CC is #909F33. Grayscale: #707070. Windows color (decimal): -9477940 or 13394031. OLE color: 13394031.

HSL color Cylindrical-coordinate representation of color #6F60CC: hue angle of 248.33º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F60CC is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 111 96 204 -
CMYK 0.46 0.53 0 0.2
HSL 248.33º 0.51% 0.59% -
HSV(B) 248.33º 0.53% 0.8% -
XYZ 21.64 16.1 59.09 -
YUV 112.8 179.47 126.72 -
System Red Green Blue C M Y K H S L
Decimal 111 96 204 0.46 0.53 0 0.2 248.33 0.51 0.59
Hex 6F 60 CC 2E 35 0 14 F8 33 3B
Octal 157 140 314 56 65 0 24 370 63 73
Binary 1101111 1100000 11001100 101110 110101 0 10100 11111000 110011 111011

Color Harmonies of #6F60CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F60CC

Black with #6F60CC

Text Example


Text Example

White with #6F60CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,96,204); }

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

background-color css

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

 a { background-color: rgb(111,96,204); }

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

border-color css

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

 span { border-color: rgb(111,96,204); }

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