Html Css Color HEX #6B6CCF Slate Blue

📋 copy color: '#6B6CCF'

red 107 ◦ green 108 ◦ blue 207

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

Shades of Slate Blue #6B6CCF

Tints of Slate Blue #6B6CCF

RGB

 RED value IS 107 (42.19% from 255) = 25.36%

 GREEN value IS 108 (42.58% from 255) = 25.59%

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

R = 25.36%
G = 25.59%
B = 49.05%

CMYK

 C value IS 0.48

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6B6CCF (or 0x6B6CCF) is known color: Slate Blue. HEX triplet: 6B, 6C and CF. RGB value is (107,108,207). Sum of RGB (Red+Green+Blue) = 107+108+207=422 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.36% from 422); Green value is 108 (42.58% from 255 or 25.59% 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 #6B6CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B6CCF is #949330. Grayscale: #767676. Windows color (decimal): -9737009 or 13593707. OLE color: 13593707.

HSL color Cylindrical-coordinate representation of color #6B6CCF: hue angle of 239.4º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B6CCF is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 107 108 207 -
CMYK 0.48 0.48 0 0.19
HSL 239.4º 0.51% 0.62% -
HSV(B) 239.4º 0.48% 0.81% -
XYZ 22.69 18.36 61.38 -
YUV 118.99 177.67 119.45 -
System Red Green Blue C M Y K H S L
Decimal 107 108 207 0.48 0.48 0 0.19 239.4 0.51 0.62
Hex 6B 6C CF 30 30 0 13 EF 33 3E
Octal 153 154 317 60 60 0 23 357 63 76
Binary 1101011 1101100 11001111 110000 110000 0 10011 11101111 110011 111110

Color Harmonies of #6B6CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6CCF

Black with #6B6CCF

Text Example


Text Example

White with #6B6CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,108,207); }

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

background-color css

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

 a { background-color: rgb(107,108,207); }

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

border-color css

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

 span { border-color: rgb(107,108,207); }

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