#06383F

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

Shades of Cyprus #06383F

Tints of Cyprus #06383F

Color information

#06383F (or 0x06383F) is unknown color: approx Cyprus. HEX triplet: 06, 38 and 3F. RGB value is (6,56,63). Sum of RGB (Red+Green+Blue) = 6+56+63=125 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.8% from 125); Green value is 56 (22.27% from 255 or 44.8% from 125); Blue value is 63 (25% from 255 or 50.4% from 125); Max value from RGB is 63 - color contains mainly: blue. Hex color #06383F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06383F is #F9C7C0. Grayscale: #292929. Windows color (decimal): -16369601 or 4143110. OLE color: 4143110.

HSL color Cylindrical-coordinate representation of color #06383F: hue angle of 187.37º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #06383F is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB65663-
CMYK0.900.1100.75
HSL187.37º82.61%13.53%-
HSV(B)187.37º90.48%24.71%-
XYZ2.393.235.2-
YUV41.85139.94102.43-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.8%
GREEN value IS 56 (22.27% from 255) = 44.8%
BLUE value IS 63 (25% from 255) = 50.4%
R=4.8%
G=44.8%
B=50.4%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal656630.900.1100.75187.3782.6113.53
Hex6383F5AB04Bbb53e
Octal6707713213011327312316
Binary11011100011111110110101011010010111011101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06383F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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