Html Css Color HEX #665ACB Slate Blue

📋 copy color: '#665ACB'

red 102 ◦ green 90 ◦ blue 203

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

Shades of Slate Blue #665ACB

Tints of Slate Blue #665ACB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.78%

 BLUE value IS 203 (79.69% from 255) = 51.39%

R = 25.82%
G = 22.78%
B = 51.39%

CMYK

 C value IS 0.50

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#665ACB (or 0x665ACB) is known color: Slate Blue. HEX triplet: 66, 5A and CB. RGB value is (102,90,203). Sum of RGB (Red+Green+Blue) = 102+90+203=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #665ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665ACB is #99A534. Grayscale: #6A6A6A. Windows color (decimal): -10069301 or 13326950. OLE color: 13326950.

HSL color Cylindrical-coordinate representation of color #665ACB: hue angle of 246.37º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #665ACB is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 90 203 -
CMYK 0.50 0.56 0 0.20
HSL 246.37º 0.52% 0.57% -
HSV(B) 246.37º 0.56% 0.8% -
XYZ 19.92 14.45 58.24 -
YUV 106.47 182.48 124.81 -
System Red Green Blue C M Y K H S L
Decimal 102 90 203 0.50 0.56 0 0.20 246.37 0.52 0.57
Hex 66 5A CB 32 38 0 14 F6 34 39
Octal 146 132 313 62 70 0 24 366 64 71
Binary 1100110 1011010 11001011 110010 111000 0 10100 11110110 110100 111001

Color Harmonies of #665ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665ACB

Black with #665ACB

Text Example


Text Example

White with #665ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665ACB; }

 p { color: rgb(102,90,203); }

 H1.HeaderClassName
 {
   color: #665ACB;
 }
 .AnyTagClassName
 {
   color: #665ACB;
 }
</style>

background-color css

<style>
 a { background-color: #665ACB; }

 a { background-color: rgb(102,90,203); }

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

border-color css

<style>
 span { border-color: #665ACB; }

 span { border-color: rgb(102,90,203); }

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