Html Css Color HEX #6F68CF Slate Blue

📋 copy color: '#6F68CF'

red 111 ◦ green 104 ◦ blue 207

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

Shades of Slate Blue #6F68CF

Tints of Slate Blue #6F68CF

RGB

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

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

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

R = 26.3%
G = 24.64%
B = 49.05%

CMYK

 C value IS 0.46

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6F68CF (or 0x6F68CF) is known color: Slate Blue. HEX triplet: 6F, 68 and CF. RGB value is (111,104,207). Sum of RGB (Red+Green+Blue) = 111+104+207=422 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.30% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #6F68CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F68CF is #909730. Grayscale: #757575. Windows color (decimal): -9475889 or 13592687. OLE color: 13592687.

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

Color convert

RGB 111 104 207 -
CMYK 0.46 0.50 0 0.19
HSL 244.08º 0.52% 0.61% -
HSV(B) 244.08º 0.5% 0.81% -
XYZ 22.77 17.79 61.26 -
YUV 117.84 178.32 123.12 -
System Red Green Blue C M Y K H S L
Decimal 111 104 207 0.46 0.50 0 0.19 244.08 0.52 0.61
Hex 6F 68 CF 2E 32 0 13 F4 34 3D
Octal 157 150 317 56 62 0 23 364 64 75
Binary 1101111 1101000 11001111 101110 110010 0 10011 11110100 110100 111101

Color Harmonies of #6F68CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F68CF

Black with #6F68CF

Text Example


Text Example

White with #6F68CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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