Html Css Color HEX #06403F Cyprus

📋 copy color: '#06403F'

red 6 ◦ green 64 ◦ blue 63

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

Shades of Cyprus #06403F

Tints of Cyprus #06403F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 48.12%

 BLUE value IS 63 (25% from 255) = 47.37%

R = 4.51%
G = 48.12%
B = 47.37%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#06403F (or 0x06403F) is known color: Cyprus. HEX triplet: 06, 40 and 3F. RGB value is (6,64,63). Sum of RGB (Red+Green+Blue) = 6+64+63=133 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.51% from 133); Green value is 64 (25.39% from 255 or 48.12% from 133); Blue value is 63 (25% from 255 or 47.37% from 133); Max value from RGB is 64 - color contains mainly: green. Hex color #06403F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06403F is #F9BFC0. Grayscale: #2E2E2E. Windows color (decimal): -16367553 or 4145158. OLE color: 4145158.

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

Color convert

RGB 6 64 63 -
CMYK 0.91 0 0.02 0.75
HSL 178.97º 0.83% 0.14% -
HSV(B) 178.97º 0.91% 0.25% -
XYZ 2.81 4.06 5.34 -
YUV 46.54 137.28 99.08 -
System Red Green Blue C M Y K H S L
Decimal 6 64 63 0.91 0 0.02 0.75 178.97 0.83 0.14
Hex 6 40 3F 5B 0 2 4B B3 53 E
Octal 6 100 77 133 0 2 113 263 123 16
Binary 110 1000000 111111 1011011 0 10 1001011 10110011 1010011 1110

Color Harmonies of #06403F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06403F

Black with #06403F

Text Example


Text Example

White with #06403F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #06403F;
 }
 .AnyTagClassName
 {
   color: #06403F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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