Html Css Color HEX #06403A Cyprus

📋 copy color: '#06403A'

red 6 ◦ green 64 ◦ blue 58

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

Shades of Cyprus #06403A

Tints of Cyprus #06403A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 45.31%

R = 4.69%
G = 50%
B = 45.31%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#06403A (or 0x06403A) is known color: Cyprus. HEX triplet: 06, 40 and 3A. RGB value is (6,64,58). Sum of RGB (Red+Green+Blue) = 6+64+58=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 64 (25.39% from 255 or 50% from 128); Blue value is 58 (23.05% from 255 or 45.31% from 128); Max value from RGB is 64 - color contains mainly: green. Hex color #06403A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06403A is #F9BFC5. Grayscale: #2D2D2D. Windows color (decimal): -16367558 or 3817478. OLE color: 3817478.

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

Color convert

RGB 6 64 58 -
CMYK 0.91 0 0.09 0.75
HSL 173.79º 0.83% 0.14% -
HSV(B) 173.79º 0.91% 0.25% -
XYZ 2.67 4.01 4.64 -
YUV 45.97 134.78 99.49 -
System Red Green Blue C M Y K H S L
Decimal 6 64 58 0.91 0 0.09 0.75 173.79 0.83 0.14
Hex 6 40 3A 5B 0 9 4B AE 53 E
Octal 6 100 72 133 0 11 113 256 123 16
Binary 110 1000000 111010 1011011 0 1001 1001011 10101110 1010011 1110

Color Harmonies of #06403A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06403A

Black with #06403A

Text Example


Text Example

White with #06403A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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