Html Css Color HEX #06483C Cyprus

📋 copy color: '#06483C'

red 6 ◦ green 72 ◦ blue 60

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

Shades of Cyprus #06483C

Tints of Cyprus #06483C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 43.48%

R = 4.35%
G = 52.17%
B = 43.48%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#06483C (or 0x06483C) is known color: Cyprus. HEX triplet: 06, 48 and 3C. RGB value is (6,72,60). Sum of RGB (Red+Green+Blue) = 6+72+60=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 72 (28.52% from 255 or 52.17% from 138); Blue value is 60 (23.83% from 255 or 43.48% from 138); Max value from RGB is 72 - color contains mainly: green. Hex color #06483C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06483C is #F9B7C3. Grayscale: #323232. Windows color (decimal): -16365508 or 3950598. OLE color: 3950598.

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

Color convert

RGB 6 72 60 -
CMYK 0.92 0 0.17 0.72
HSL 169.09º 0.85% 0.15% -
HSV(B) 169.09º 0.92% 0.28% -
XYZ 3.21 5 5.07 -
YUV 50.9 133.13 95.98 -
System Red Green Blue C M Y K H S L
Decimal 6 72 60 0.92 0 0.17 0.72 169.09 0.85 0.15
Hex 6 48 3C 5C 0 11 48 A9 55 F
Octal 6 110 74 134 0 21 110 251 125 17
Binary 110 1001000 111100 1011100 0 10001 1001000 10101001 1010101 1111

Color Harmonies of #06483C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06483C

Black with #06483C

Text Example


Text Example

White with #06483C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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