Html Css Color HEX #06483E Cyprus

📋 copy color: '#06483E'

red 6 ◦ green 72 ◦ blue 62

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

Shades of Cyprus #06483E

Tints of Cyprus #06483E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 44.29%

R = 4.29%
G = 51.43%
B = 44.29%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#06483E (or 0x06483E) is known color: Cyprus. HEX triplet: 06, 48 and 3E. RGB value is (6,72,62). Sum of RGB (Red+Green+Blue) = 6+72+62=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 72 (28.52% from 255 or 51.43% from 140); Blue value is 62 (24.61% from 255 or 44.29% from 140); Max value from RGB is 72 - color contains mainly: green. Hex color #06483E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06483E is #F9B7C1. Grayscale: #333333. Windows color (decimal): -16365506 or 4081670. OLE color: 4081670.

HSL color Cylindrical-coordinate representation of color #06483E: hue angle of 170.91º 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 #06483E is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB 6 72 62 -
CMYK 0.92 0 0.14 0.72
HSL 170.91º 0.85% 0.15% -
HSV(B) 170.91º 0.92% 0.28% -
XYZ 3.26 5.02 5.35 -
YUV 51.13 134.13 95.81 -
System Red Green Blue C M Y K H S L
Decimal 6 72 62 0.92 0 0.14 0.72 170.91 0.85 0.15
Hex 6 48 3E 5C 0 E 48 AB 55 F
Octal 6 110 76 134 0 16 110 253 125 17
Binary 110 1001000 111110 1011100 0 1110 1001000 10101011 1010101 1111

Color Harmonies of #06483E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06483E

Black with #06483E

Text Example


Text Example

White with #06483E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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