Html Css Color HEX #665FCB Slate Blue

📋 copy color: '#665FCB'

red 102 ◦ green 95 ◦ blue 203

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

Shades of Slate Blue #665FCB

Tints of Slate Blue #665FCB

RGB

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

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

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

R = 25.5%
G = 23.75%
B = 50.75%

CMYK

 C value IS 0.50

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#665FCB (or 0x665FCB) is known color: Slate Blue. HEX triplet: 66, 5F and CB. RGB value is (102,95,203). Sum of RGB (Red+Green+Blue) = 102+95+203=400 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.5% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #665FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665FCB is #99A034. Grayscale: #6C6C6C. Windows color (decimal): -10068021 or 13328230. OLE color: 13328230.

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

Color convert

RGB 102 95 203 -
CMYK 0.50 0.53 0 0.20
HSL 243.89º 0.51% 0.58% -
HSV(B) 243.89º 0.53% 0.8% -
XYZ 20.35 15.32 58.38 -
YUV 109.41 180.82 122.72 -
System Red Green Blue C M Y K H S L
Decimal 102 95 203 0.50 0.53 0 0.20 243.89 0.51 0.58
Hex 66 5F CB 32 35 0 14 F4 33 3A
Octal 146 137 313 62 65 0 24 364 63 72
Binary 1100110 1011111 11001011 110010 110101 0 10100 11110100 110011 111010

Color Harmonies of #665FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665FCB

Black with #665FCB

Text Example


Text Example

White with #665FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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