Html Css Color HEX #6C67DD Slate Blue

📋 copy color: '#6C67DD'

red 108 ◦ green 103 ◦ blue 221

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

Shades of Slate Blue #6C67DD

Tints of Slate Blue #6C67DD

RGB

 RED value IS 108 (42.58% from 255) = 25%

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

 BLUE value IS 221 (86.72% from 255) = 51.16%

R = 25%
G = 23.84%
B = 51.16%

CMYK

 C value IS 0.51

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6C67DD (or 0x6C67DD) is known color: Slate Blue. HEX triplet: 6C, 67 and DD. RGB value is (108,103,221). Sum of RGB (Red+Green+Blue) = 108+103+221=432 (57% of max value = 765). Red value is 108 (42.58% from 255 or 25% from 432); Green value is 103 (40.62% from 255 or 23.84% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #6C67DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C67DD is #939822. Grayscale: #757575. Windows color (decimal): -9672739 or 14509932. OLE color: 14509932.

HSL color Cylindrical-coordinate representation of color #6C67DD: hue angle of 242.54º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6C67DD is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 108 103 221 -
CMYK 0.51 0.53 0 0.13
HSL 242.54º 0.63% 0.64% -
HSV(B) 242.54º 0.53% 0.87% -
XYZ 24.09 18.11 70.63 -
YUV 117.95 186.16 120.91 -
System Red Green Blue C M Y K H S L
Decimal 108 103 221 0.51 0.53 0 0.13 242.54 0.63 0.64
Hex 6C 67 DD 33 35 0 D F3 3F 40
Octal 154 147 335 63 65 0 15 363 77 100
Binary 1101100 1100111 11011101 110011 110101 0 1101 11110011 111111 1000000

Color Harmonies of #6C67DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C67DD

Black with #6C67DD

Text Example


Text Example

White with #6C67DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,103,221); }

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

background-color css

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

 a { background-color: rgb(108,103,221); }

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

border-color css

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

 span { border-color: rgb(108,103,221); }

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