Html Css Color HEX #06393D Cyprus

📋 copy color: '#06393D'

red 6 ◦ green 57 ◦ blue 61

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

Shades of Cyprus #06393D

Tints of Cyprus #06393D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 45.97%

 BLUE value IS 61 (24.22% from 255) = 49.19%

R = 4.84%
G = 45.97%
B = 49.19%

CMYK

 C value IS 0.90

 M value IS 0.07

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#06393D (or 0x06393D) is known color: Cyprus. HEX triplet: 06, 39 and 3D. RGB value is (6,57,61). Sum of RGB (Red+Green+Blue) = 6+57+61=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 57 (22.66% from 255 or 45.97% from 124); Blue value is 61 (24.22% from 255 or 49.19% from 124); Max value from RGB is 61 - color contains mainly: blue. Hex color #06393D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06393D is #F9C6C2. Grayscale: #2A2A2A. Windows color (decimal): -16369347 or 4012294. OLE color: 4012294.

HSL color Cylindrical-coordinate representation of color #06393D: hue angle of 184.36º 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 #06393D is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 6 57 61 -
CMYK 0.90 0.07 0 0.76
HSL 184.36º 0.82% 0.13% -
HSV(B) 184.36º 0.9% 0.24% -
XYZ 2.38 3.3 4.93 -
YUV 42.21 138.6 102.17 -
System Red Green Blue C M Y K H S L
Decimal 6 57 61 0.90 0.07 0 0.76 184.36 0.82 0.13
Hex 6 39 3D 5A 7 0 4C B8 52 D
Octal 6 71 75 132 7 0 114 270 122 15
Binary 110 111001 111101 1011010 111 0 1001100 10111000 1010010 1101

Color Harmonies of #06393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06393D

Black with #06393D

Text Example


Text Example

White with #06393D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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