Html Css Color HEX #06403E Cyprus

📋 copy color: '#06403E'

red 6 ◦ green 64 ◦ blue 62

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

Shades of Cyprus #06403E

Tints of Cyprus #06403E

RGB

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

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

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

R = 4.55%
G = 48.48%
B = 46.97%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#06403E (or 0x06403E) is known color: Cyprus. HEX triplet: 06, 40 and 3E. RGB value is (6,64,62). Sum of RGB (Red+Green+Blue) = 6+64+62=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 62 (24.61% from 255 or 46.97% from 132); Max value from RGB is 64 - color contains mainly: green. Hex color #06403E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06403E is #F9BFC1. Grayscale: #2E2E2E. Windows color (decimal): -16367554 or 4079622. OLE color: 4079622.

HSL color Cylindrical-coordinate representation of color #06403E: hue angle of 177.93º 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 #06403E is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 64 62 -
CMYK 0.91 0 0.03 0.75
HSL 177.93º 0.83% 0.14% -
HSV(B) 177.93º 0.91% 0.25% -
XYZ 2.78 4.05 5.19 -
YUV 46.43 136.78 99.16 -
System Red Green Blue C M Y K H S L
Decimal 6 64 62 0.91 0 0.03 0.75 177.93 0.83 0.14
Hex 6 40 3E 5B 0 3 4B B2 53 E
Octal 6 100 76 133 0 3 113 262 123 16
Binary 110 1000000 111110 1011011 0 11 1001011 10110010 1010011 1110

Color Harmonies of #06403E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06403E

Black with #06403E

Text Example


Text Example

White with #06403E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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