Html Css Color HEX #65669B Scampi

📋 copy color: '#65669B'

red 101 ◦ green 102 ◦ blue 155

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

Shades of Scampi #65669B

Tints of Scampi #65669B

RGB

 RED value IS 101 (39.84% from 255) = 28.21%

 GREEN value IS 102 (40.23% from 255) = 28.49%

 BLUE value IS 155 (60.94% from 255) = 43.3%

R = 28.21%
G = 28.49%
B = 43.3%

CMYK

 C value IS 0.35

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#65669B (or 0x65669B) is known color: Scampi. HEX triplet: 65, 66 and 9B. RGB value is (101,102,155). Sum of RGB (Red+Green+Blue) = 101+102+155=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 155 - color contains mainly: blue. Hex color #65669B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65669B is #9A9964. Grayscale: #6B6B6B. Windows color (decimal): -10131813 or 10184293. OLE color: 10184293.

HSL color Cylindrical-coordinate representation of color #65669B: hue angle of 238.89º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #65669B is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 101 102 155 -
CMYK 0.35 0.34 0 0.39
HSL 238.89º 0.21% 0.5% -
HSV(B) 238.89º 0.35% 0.61% -
XYZ 16.03 14.64 32.99 -
YUV 107.74 154.67 123.19 -
System Red Green Blue C M Y K H S L
Decimal 101 102 155 0.35 0.34 0 0.39 238.89 0.21 0.5
Hex 65 66 9B 23 22 0 27 EF 15 32
Octal 145 146 233 43 42 0 47 357 25 62
Binary 1100101 1100110 10011011 100011 100010 0 100111 11101111 10101 110010

Color Harmonies of #65669B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65669B

Black with #65669B

Text Example


Text Example

White with #65669B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65669B; }

 p { color: rgb(101,102,155); }

 H1.HeaderClassName
 {
   color: #65669B;
 }
 .AnyTagClassName
 {
   color: #65669B;
 }
</style>

background-color css

<style>
 a { background-color: #65669B; }

 a { background-color: rgb(101,102,155); }

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

border-color css

<style>
 span { border-color: #65669B; }

 span { border-color: rgb(101,102,155); }

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