Html Css Color HEX #6658CC Slate Blue

📋 copy color: '#6658CC'

red 102 ◦ green 88 ◦ blue 204

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

Shades of Slate Blue #6658CC

Tints of Slate Blue #6658CC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.34%

 BLUE value IS 204 (80.08% from 255) = 51.78%

R = 25.89%
G = 22.34%
B = 51.78%

CMYK

 C value IS 0.5

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6658CC (or 0x6658CC) is known color: Slate Blue. HEX triplet: 66, 58 and CC. RGB value is (102,88,204). Sum of RGB (Red+Green+Blue) = 102+88+204=394 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.89% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #6658CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6658CC is #99A733. Grayscale: #686868. Windows color (decimal): -10069812 or 13391974. OLE color: 13391974.

HSL color Cylindrical-coordinate representation of color #6658CC: hue angle of 247.24º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6658CC is Cyan = 0.5, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 102 88 204 -
CMYK 0.5 0.57 0 0.2
HSL 247.24º 0.53% 0.57% -
HSV(B) 247.24º 0.57% 0.8% -
XYZ 19.87 14.16 58.81 -
YUV 105.41 183.64 125.57 -
System Red Green Blue C M Y K H S L
Decimal 102 88 204 0.5 0.57 0 0.2 247.24 0.53 0.57
Hex 66 58 CC 32 39 0 14 F7 35 39
Octal 146 130 314 62 71 0 24 367 65 71
Binary 1100110 1011000 11001100 110010 111001 0 10100 11110111 110101 111001

Color Harmonies of #6658CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6658CC

Black with #6658CC

Text Example


Text Example

White with #6658CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6658CC; }

 p { color: rgb(102,88,204); }

 H1.HeaderClassName
 {
   color: #6658CC;
 }
 .AnyTagClassName
 {
   color: #6658CC;
 }
</style>

background-color css

<style>
 a { background-color: #6658CC; }

 a { background-color: rgb(102,88,204); }

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

border-color css

<style>
 span { border-color: #6658CC; }

 span { border-color: rgb(102,88,204); }

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