Html Css Color HEX #42665D Stromboli

📋 copy color: '#42665D'

red 66 ◦ green 102 ◦ blue 93

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

Shades of Stromboli #42665D

Tints of Stromboli #42665D

RGB

 RED value IS 66 (26.17% from 255) = 25.29%

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

 BLUE value IS 93 (36.72% from 255) = 35.63%

R = 25.29%
G = 39.08%
B = 35.63%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.09

 K value IS 0.6

RGB Variations

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

Color information

#42665D (or 0x42665D) is known color: Stromboli. HEX triplet: 42, 66 and 5D. RGB value is (66,102,93). Sum of RGB (Red+Green+Blue) = 66+102+93=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 102 (40.23% from 255 or 39.08% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 102 - color contains mainly: green. Hex color #42665D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42665D is #BD99A2. Grayscale: #5A5A5A. Windows color (decimal): -12425635 or 6121026. OLE color: 6121026.

HSL color Cylindrical-coordinate representation of color #42665D: hue angle of 165º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #42665D is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.6.

Color convert

RGB 66 102 93 -
CMYK 0.35 0 0.09 0.6
HSL 165º 0.21% 0.33% -
HSV(B) 165º 0.35% 0.4% -
XYZ 8.97 11.45 12.09 -
YUV 90.21 129.57 110.73 -
System Red Green Blue C M Y K H S L
Decimal 66 102 93 0.35 0 0.09 0.6 165 0.21 0.33
Hex 42 66 5D 23 0 9 3C A5 15 21
Octal 102 146 135 43 0 11 74 245 25 41
Binary 1000010 1100110 1011101 100011 0 1001 111100 10100101 10101 100001

Color Harmonies of #42665D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42665D

Black with #42665D

Text Example


Text Example

White with #42665D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42665D; }

 p { color: rgb(66,102,93); }

 H1.HeaderClassName
 {
   color: #42665D;
 }
 .AnyTagClassName
 {
   color: #42665D;
 }
</style>

background-color css

<style>
 a { background-color: #42665D; }

 a { background-color: rgb(66,102,93); }

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

border-color css

<style>
 span { border-color: #42665D; }

 span { border-color: rgb(66,102,93); }

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