Html Css Color HEX #6652CF Slate Blue

📋 copy color: '#6652CF'

red 102 ◦ green 82 ◦ blue 207

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

Shades of Slate Blue #6652CF

Tints of Slate Blue #6652CF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.97%

 BLUE value IS 207 (81.25% from 255) = 52.94%

R = 26.09%
G = 20.97%
B = 52.94%

CMYK

 C value IS 0.51

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6652CF (or 0x6652CF) is known color: Slate Blue. HEX triplet: 66, 52 and CF. RGB value is (102,82,207). Sum of RGB (Red+Green+Blue) = 102+82+207=391 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.09% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #6652CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6652CF is #99AD30. Grayscale: #656565. Windows color (decimal): -10071345 or 13587046. OLE color: 13587046.

HSL color Cylindrical-coordinate representation of color #6652CF: hue angle of 249.6º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6652CF is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 82 207 -
CMYK 0.51 0.60 0 0.19
HSL 249.6º 0.57% 0.57% -
HSV(B) 249.6º 0.6% 0.81% -
XYZ 19.76 13.36 60.57 -
YUV 102.23 187.13 127.84 -
System Red Green Blue C M Y K H S L
Decimal 102 82 207 0.51 0.60 0 0.19 249.6 0.57 0.57
Hex 66 52 CF 33 3C 0 13 FA 39 39
Octal 146 122 317 63 74 0 23 372 71 71
Binary 1100110 1010010 11001111 110011 111100 0 10011 11111010 111001 111001

Color Harmonies of #6652CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6652CF

Black with #6652CF

Text Example


Text Example

White with #6652CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6652CF; }

 p { color: rgb(102,82,207); }

 H1.HeaderClassName
 {
   color: #6652CF;
 }
 .AnyTagClassName
 {
   color: #6652CF;
 }
</style>

background-color css

<style>
 a { background-color: #6652CF; }

 a { background-color: rgb(102,82,207); }

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

border-color css

<style>
 span { border-color: #6652CF; }

 span { border-color: rgb(102,82,207); }

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