Html Css Color HEX #6B67CD Slate Blue

📋 copy color: '#6B67CD'

red 107 ◦ green 103 ◦ blue 205

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

Shades of Slate Blue #6B67CD

Tints of Slate Blue #6B67CD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.82%

 BLUE value IS 205 (80.47% from 255) = 49.4%

R = 25.78%
G = 24.82%
B = 49.4%

CMYK

 C value IS 0.48

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6B67CD (or 0x6B67CD) is known color: Slate Blue. HEX triplet: 6B, 67 and CD. RGB value is (107,103,205). Sum of RGB (Red+Green+Blue) = 107+103+205=415 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.78% from 415); Green value is 103 (40.62% from 255 or 24.82% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #6B67CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B67CD is #949832. Grayscale: #737373. Windows color (decimal): -9738291 or 13461355. OLE color: 13461355.

HSL color Cylindrical-coordinate representation of color #6B67CD: hue angle of 242.35º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B67CD is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 107 103 205 -
CMYK 0.48 0.50 0 0.20
HSL 242.35º 0.5% 0.6% -
HSV(B) 242.35º 0.5% 0.8% -
XYZ 21.93 17.23 59.93 -
YUV 115.82 178.33 121.71 -
System Red Green Blue C M Y K H S L
Decimal 107 103 205 0.48 0.50 0 0.20 242.35 0.5 0.6
Hex 6B 67 CD 30 32 0 14 F2 32 3C
Octal 153 147 315 60 62 0 24 362 62 74
Binary 1101011 1100111 11001101 110000 110010 0 10100 11110010 110010 111100

Color Harmonies of #6B67CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B67CD

Black with #6B67CD

Text Example


Text Example

White with #6B67CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,103,205); }

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

background-color css

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

 a { background-color: rgb(107,103,205); }

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

border-color css

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

 span { border-color: rgb(107,103,205); }

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