Html Css Color HEX #665FBF Slate Blue

📋 copy color: '#665FBF'

red 102 ◦ green 95 ◦ blue 191

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

Shades of Slate Blue #665FBF

Tints of Slate Blue #665FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.23%

R = 26.29%
G = 24.48%
B = 49.23%

CMYK

 C value IS 0.47

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#665FBF (or 0x665FBF) is known color: Slate Blue. HEX triplet: 66, 5F and BF. RGB value is (102,95,191). Sum of RGB (Red+Green+Blue) = 102+95+191=388 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.29% from 388); Green value is 95 (37.5% from 255 or 24.48% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #665FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665FBF is #99A040. Grayscale: #6B6B6B. Windows color (decimal): -10068033 or 12541798. OLE color: 12541798.

HSL color Cylindrical-coordinate representation of color #665FBF: hue angle of 244.37º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #665FBF is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 95 191 -
CMYK 0.47 0.50 0 0.25
HSL 244.38º 0.43% 0.56% -
HSV(B) 244.38º 0.5% 0.75% -
XYZ 18.98 14.77 51.14 -
YUV 108.04 174.82 123.69 -
System Red Green Blue C M Y K H S L
Decimal 102 95 191 0.47 0.50 0 0.25 244.38 0.43 0.56
Hex 66 5F BF 2F 32 0 19 F4 2B 38
Octal 146 137 277 57 62 0 31 364 53 70
Binary 1100110 1011111 10111111 101111 110010 0 11001 11110100 101011 111000

Color Harmonies of #665FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665FBF

Black with #665FBF

Text Example


Text Example

White with #665FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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