#06383D

Color #06383D Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #06383D

Tints of Cyprus #06383D

Color information

#06383D (or 0x06383D) is unknown color: approx Cyprus. HEX triplet: 06, 38 and 3D. RGB value is (6,56,61). Sum of RGB (Red+Green+Blue) = 6+56+61=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 56 (22.27% from 255 or 45.53% from 123); Blue value is 61 (24.22% from 255 or 49.59% from 123); Max value from RGB is 61 - color contains mainly: blue. Hex color #06383D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06383D is #F9C7C2. Grayscale: #292929. Windows color (decimal): -16369603 or 4012038. OLE color: 4012038.

HSL color Cylindrical-coordinate representation of color #06383D: hue angle of 185.45º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #06383D is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB65661-
CMYK0.900.0800.76
HSL185.45º82.09%13.14%-
HSV(B)185.45º90.16%23.92%-
XYZ2.333.24.91-
YUV41.62138.94102.59-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.88%
GREEN value IS 56 (22.27% from 255) = 45.53%
BLUE value IS 61 (24.22% from 255) = 49.59%
R=4.88%
G=45.53%
B=49.59%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal656610.900.0800.76185.4582.0913.14
Hex6383D5A804Cb952d
Octal6707513210011427112215
Binary11011100011110110110101000010011001011100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06383D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,56,61); }

 H1.HeaderClassName
 {
   color: #06383D;
 }
 .AnyTagClassName
 {
   color: #06383D;
 }
</style>
background-color css

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

 a { background-color: rgb(6,56,61); }

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

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

 span { border-color: rgb(6,56,61); }

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