Html Css Color HEX #6668DF Slate Blue

📋 copy color: '#6668DF'

red 102 ◦ green 104 ◦ blue 223

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

Shades of Slate Blue #6668DF

Tints of Slate Blue #6668DF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.24%

 BLUE value IS 223 (87.5% from 255) = 51.98%

R = 23.78%
G = 24.24%
B = 51.98%

CMYK

 C value IS 0.54

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6668DF (or 0x6668DF) is known color: Slate Blue. HEX triplet: 66, 68 and DF. RGB value is (102,104,223). Sum of RGB (Red+Green+Blue) = 102+104+223=429 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.78% from 429); Green value is 104 (41.02% from 255 or 24.24% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #6668DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6668DF is #999720. Grayscale: #747474. Windows color (decimal): -10065697 or 14641254. OLE color: 14641254.

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

Color convert

RGB 102 104 223 -
CMYK 0.54 0.53 0 0.13
HSL 239.01º 0.65% 0.64% -
HSV(B) 239.01º 0.54% 0.87% -
XYZ 23.75 18.05 72.04 -
YUV 116.97 187.84 117.32 -
System Red Green Blue C M Y K H S L
Decimal 102 104 223 0.54 0.53 0 0.13 239.01 0.65 0.64
Hex 66 68 DF 36 35 0 D EF 41 40
Octal 146 150 337 66 65 0 15 357 101 100
Binary 1100110 1101000 11011111 110110 110101 0 1101 11101111 1000001 1000000

Color Harmonies of #6668DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6668DF

Black with #6668DF

Text Example


Text Example

White with #6668DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6668DF; }

 p { color: rgb(102,104,223); }

 H1.HeaderClassName
 {
   color: #6668DF;
 }
 .AnyTagClassName
 {
   color: #6668DF;
 }
</style>

background-color css

<style>
 a { background-color: #6668DF; }

 a { background-color: rgb(102,104,223); }

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

border-color css

<style>
 span { border-color: #6668DF; }

 span { border-color: rgb(102,104,223); }

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