Html Css Color HEX #06584B Mosque

📋 copy color: '#06584B'

red 6 ◦ green 88 ◦ blue 75

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

Shades of Mosque #06584B

Tints of Mosque #06584B

RGB

 RED value IS 6 (2.73% from 255) = 3.55%

 GREEN value IS 88 (34.77% from 255) = 52.07%

 BLUE value IS 75 (29.69% from 255) = 44.38%

R = 3.55%
G = 52.07%
B = 44.38%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#06584B (or 0x06584B) is known color: Mosque. HEX triplet: 06, 58 and 4B. RGB value is (6,88,75). Sum of RGB (Red+Green+Blue) = 6+88+75=169 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.55% from 169); Green value is 88 (34.77% from 255 or 52.07% from 169); Blue value is 75 (29.69% from 255 or 44.38% from 169); Max value from RGB is 88 - color contains mainly: green. Hex color #06584B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06584B is #F9A7B4. Grayscale: #3D3D3D. Windows color (decimal): -16361397 or 4937734. OLE color: 4937734.

HSL color Cylindrical-coordinate representation of color #06584B: hue angle of 170.49º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06584B is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB 6 88 75 -
CMYK 0.93 0 0.15 0.65
HSL 170.49º 0.87% 0.18% -
HSV(B) 170.49º 0.93% 0.35% -
XYZ 4.83 7.53 7.85 -
YUV 62 135.33 88.06 -
System Red Green Blue C M Y K H S L
Decimal 6 88 75 0.93 0 0.15 0.65 170.49 0.87 0.18
Hex 6 58 4B 5D 0 F 41 AA 57 12
Octal 6 130 113 135 0 17 101 252 127 22
Binary 110 1011000 1001011 1011101 0 1111 1000001 10101010 1010111 10010

Color Harmonies of #06584B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06584B

Black with #06584B

Text Example


Text Example

White with #06584B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,88,75); }

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

background-color css

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

 a { background-color: rgb(6,88,75); }

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

border-color css

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

 span { border-color: rgb(6,88,75); }

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