Html Css Color HEX #06483D Cyprus

📋 copy color: '#06483D'

red 6 ◦ green 72 ◦ blue 61

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

Shades of Cyprus #06483D

Tints of Cyprus #06483D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 51.8%

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

R = 4.32%
G = 51.8%
B = 43.88%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#06483D (or 0x06483D) is known color: Cyprus. HEX triplet: 06, 48 and 3D. RGB value is (6,72,61). Sum of RGB (Red+Green+Blue) = 6+72+61=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 72 (28.52% from 255 or 51.80% from 139); Blue value is 61 (24.22% from 255 or 43.88% from 139); Max value from RGB is 72 - color contains mainly: green. Hex color #06483D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06483D is #F9B7C2. Grayscale: #323232. Windows color (decimal): -16365507 or 4016134. OLE color: 4016134.

HSL color Cylindrical-coordinate representation of color #06483D: hue angle of 170º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06483D is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB 6 72 61 -
CMYK 0.92 0 0.15 0.72
HSL 170º 0.85% 0.15% -
HSV(B) 170º 0.92% 0.28% -
XYZ 3.23 5.01 5.21 -
YUV 51.01 133.63 95.89 -
System Red Green Blue C M Y K H S L
Decimal 6 72 61 0.92 0 0.15 0.72 170 0.85 0.15
Hex 6 48 3D 5C 0 F 48 AA 55 F
Octal 6 110 75 134 0 17 110 252 125 17
Binary 110 1001000 111101 1011100 0 1111 1001000 10101010 1010101 1111

Color Harmonies of #06483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06483D

Black with #06483D

Text Example


Text Example

White with #06483D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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