Html Css Color HEX #6C65DD Slate Blue

📋 copy color: '#6C65DD'

red 108 ◦ green 101 ◦ blue 221

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

Shades of Slate Blue #6C65DD

Tints of Slate Blue #6C65DD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.49%

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

R = 25.12%
G = 23.49%
B = 51.4%

CMYK

 C value IS 0.51

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6C65DD (or 0x6C65DD) is known color: Slate Blue. HEX triplet: 6C, 65 and DD. RGB value is (108,101,221). Sum of RGB (Red+Green+Blue) = 108+101+221=430 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.12% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #6C65DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C65DD is #939A22. Grayscale: #747474. Windows color (decimal): -9673251 or 14509420. OLE color: 14509420.

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

Color convert

RGB 108 101 221 -
CMYK 0.51 0.54 0 0.13
HSL 243.5º 0.64% 0.63% -
HSV(B) 243.5º 0.54% 0.87% -
XYZ 23.89 17.72 70.57 -
YUV 116.77 186.82 121.74 -
System Red Green Blue C M Y K H S L
Decimal 108 101 221 0.51 0.54 0 0.13 243.5 0.64 0.63
Hex 6C 65 DD 33 36 0 D F4 40 3F
Octal 154 145 335 63 66 0 15 364 100 77
Binary 1101100 1100101 11011101 110011 110110 0 1101 11110100 1000000 111111

Color Harmonies of #6C65DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C65DD

Black with #6C65DD

Text Example


Text Example

White with #6C65DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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