Html Css Color HEX #06645B Mosque

📋 copy color: '#06645B'

red 6 ◦ green 100 ◦ blue 91

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

Shades of Mosque #06645B

Tints of Mosque #06645B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 50.76%

 BLUE value IS 91 (35.94% from 255) = 46.19%

R = 3.05%
G = 50.76%
B = 46.19%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#06645B (or 0x06645B) is known color: Mosque. HEX triplet: 06, 64 and 5B. RGB value is (6,100,91). Sum of RGB (Red+Green+Blue) = 6+100+91=197 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.05% from 197); Green value is 100 (39.45% from 255 or 50.76% from 197); Blue value is 91 (35.94% from 255 or 46.19% from 197); Max value from RGB is 100 - color contains mainly: green. Hex color #06645B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06645B is #F99BA4. Grayscale: #464646. Windows color (decimal): -16358309 or 5989382. OLE color: 5989382.

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

Color convert

RGB 6 100 91 -
CMYK 0.94 0 0.09 0.61
HSL 174.26º 0.89% 0.21% -
HSV(B) 174.26º 0.94% 0.39% -
XYZ 6.52 9.91 11.47 -
YUV 70.87 139.36 81.73 -
System Red Green Blue C M Y K H S L
Decimal 6 100 91 0.94 0 0.09 0.61 174.26 0.89 0.21
Hex 6 64 5B 5E 0 9 3D AE 59 15
Octal 6 144 133 136 0 11 75 256 131 25
Binary 110 1100100 1011011 1011110 0 1001 111101 10101110 1011001 10101

Color Harmonies of #06645B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06645B

Black with #06645B

Text Example


Text Example

White with #06645B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,100,91); }

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

background-color css

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

 a { background-color: rgb(6,100,91); }

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

border-color css

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

 span { border-color: rgb(6,100,91); }

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