Html Css Color HEX #6665DE Slate Blue

📋 copy color: '#6665DE'

red 102 ◦ green 101 ◦ blue 222

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

Shades of Slate Blue #6665DE

Tints of Slate Blue #6665DE

RGB

 RED value IS 102 (40.23% from 255) = 24%

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

 BLUE value IS 222 (87.11% from 255) = 52.24%

R = 24%
G = 23.76%
B = 52.24%

CMYK

 C value IS 0.54

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6665DE (or 0x6665DE) is known color: Slate Blue. HEX triplet: 66, 65 and DE. RGB value is (102,101,222). Sum of RGB (Red+Green+Blue) = 102+101+222=425 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 222 (87.11% from 255 or 52.24% from 425); Max value from RGB is 222 - color contains mainly: blue. Hex color #6665DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6665DE is #999A21. Grayscale: #727272. Windows color (decimal): -10066466 or 14574950. OLE color: 14574950.

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

Color convert

RGB 102 101 222 -
CMYK 0.54 0.55 0 0.13
HSL 240.5º 0.65% 0.63% -
HSV(B) 240.5º 0.55% 0.87% -
XYZ 23.32 17.41 71.24 -
YUV 115.09 188.33 118.66 -
System Red Green Blue C M Y K H S L
Decimal 102 101 222 0.54 0.55 0 0.13 240.5 0.65 0.63
Hex 66 65 DE 36 37 0 D F0 41 3F
Octal 146 145 336 66 67 0 15 360 101 77
Binary 1100110 1100101 11011110 110110 110111 0 1101 11110000 1000001 111111

Color Harmonies of #6665DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6665DE

Black with #6665DE

Text Example


Text Example

White with #6665DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6665DE; }

 p { color: rgb(102,101,222); }

 H1.HeaderClassName
 {
   color: #6665DE;
 }
 .AnyTagClassName
 {
   color: #6665DE;
 }
</style>

background-color css

<style>
 a { background-color: #6665DE; }

 a { background-color: rgb(102,101,222); }

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

border-color css

<style>
 span { border-color: #6665DE; }

 span { border-color: rgb(102,101,222); }

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