Html Css Color HEX #665CCB Slate Blue

📋 copy color: '#665CCB'

red 102 ◦ green 92 ◦ blue 203

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

Shades of Slate Blue #665CCB

Tints of Slate Blue #665CCB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.17%

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

R = 25.69%
G = 23.17%
B = 51.13%

CMYK

 C value IS 0.50

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#665CCB (or 0x665CCB) is known color: Slate Blue. HEX triplet: 66, 5C and CB. RGB value is (102,92,203). Sum of RGB (Red+Green+Blue) = 102+92+203=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #665CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665CCB is #99A334. Grayscale: #6B6B6B. Windows color (decimal): -10068789 or 13327462. OLE color: 13327462.

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

Color convert

RGB 102 92 203 -
CMYK 0.50 0.55 0 0.20
HSL 245.41º 0.52% 0.58% -
HSV(B) 245.41º 0.55% 0.8% -
XYZ 20.09 14.79 58.3 -
YUV 107.64 181.81 123.97 -
System Red Green Blue C M Y K H S L
Decimal 102 92 203 0.50 0.55 0 0.20 245.41 0.52 0.58
Hex 66 5C CB 32 37 0 14 F5 34 3A
Octal 146 134 313 62 67 0 24 365 64 72
Binary 1100110 1011100 11001011 110010 110111 0 10100 11110101 110100 111010

Color Harmonies of #665CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665CCB

Black with #665CCB

Text Example


Text Example

White with #665CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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