Html Css Color HEX #665CCA Slate Blue

📋 copy color: '#665CCA'

red 102 ◦ green 92 ◦ blue 202

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

Shades of Slate Blue #665CCA

Tints of Slate Blue #665CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 51.01%

R = 25.76%
G = 23.23%
B = 51.01%

CMYK

 C value IS 0.50

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#665CCA (or 0x665CCA) is known color: Slate Blue. HEX triplet: 66, 5C and CA. RGB value is (102,92,202). Sum of RGB (Red+Green+Blue) = 102+92+202=396 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.76% from 396); Green value is 92 (36.33% from 255 or 23.23% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #665CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665CCA is #99A335. Grayscale: #6B6B6B. Windows color (decimal): -10068790 or 13261926. OLE color: 13261926.

HSL color Cylindrical-coordinate representation of color #665CCA: hue angle of 245.45º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #665CCA is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 92 202 -
CMYK 0.50 0.54 0 0.21
HSL 245.45º 0.51% 0.58% -
HSV(B) 245.45º 0.54% 0.79% -
XYZ 19.97 14.74 57.67 -
YUV 107.53 181.31 124.06 -
System Red Green Blue C M Y K H S L
Decimal 102 92 202 0.50 0.54 0 0.21 245.45 0.51 0.58
Hex 66 5C CA 32 36 0 15 F5 33 3A
Octal 146 134 312 62 66 0 25 365 63 72
Binary 1100110 1011100 11001010 110010 110110 0 10101 11110101 110011 111010

Color Harmonies of #665CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665CCA

Black with #665CCA

Text Example


Text Example

White with #665CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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