Html Css Color HEX #665FCA Slate Blue

📋 copy color: '#665FCA'

red 102 ◦ green 95 ◦ blue 202

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

Shades of Slate Blue #665FCA

Tints of Slate Blue #665FCA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.81%

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

R = 25.56%
G = 23.81%
B = 50.63%

CMYK

 C value IS 0.50

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#665FCA (or 0x665FCA) is known color: Slate Blue. HEX triplet: 66, 5F and CA. RGB value is (102,95,202). Sum of RGB (Red+Green+Blue) = 102+95+202=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #665FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665FCA is #99A035. Grayscale: #6C6C6C. Windows color (decimal): -10068022 or 13262694. OLE color: 13262694.

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

Color convert

RGB 102 95 202 -
CMYK 0.50 0.53 0 0.21
HSL 243.93º 0.5% 0.58% -
HSV(B) 243.93º 0.53% 0.79% -
XYZ 20.23 15.27 57.76 -
YUV 109.29 180.32 122.8 -
System Red Green Blue C M Y K H S L
Decimal 102 95 202 0.50 0.53 0 0.21 243.93 0.5 0.58
Hex 66 5F CA 32 35 0 15 F4 32 3A
Octal 146 137 312 62 65 0 25 364 62 72
Binary 1100110 1011111 11001010 110010 110101 0 10101 11110100 110010 111010

Color Harmonies of #665FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665FCA

Black with #665FCA

Text Example


Text Example

White with #665FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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