Html Css Color HEX #06403C Cyprus

📋 copy color: '#06403C'

red 6 ◦ green 64 ◦ blue 60

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

Shades of Cyprus #06403C

Tints of Cyprus #06403C

RGB

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

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

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

R = 4.62%
G = 49.23%
B = 46.15%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#06403C (or 0x06403C) is known color: Cyprus. HEX triplet: 06, 40 and 3C. RGB value is (6,64,60). Sum of RGB (Red+Green+Blue) = 6+64+60=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 64 (25.39% from 255 or 49.23% from 130); Blue value is 60 (23.83% from 255 or 46.15% from 130); Max value from RGB is 64 - color contains mainly: green. Hex color #06403C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06403C is #F9BFC3. Grayscale: #2E2E2E. Windows color (decimal): -16367556 or 3948550. OLE color: 3948550.

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

Color convert

RGB 6 64 60 -
CMYK 0.91 0 0.06 0.75
HSL 175.86º 0.83% 0.14% -
HSV(B) 175.86º 0.91% 0.25% -
XYZ 2.72 4.03 4.91 -
YUV 46.2 135.78 99.33 -
System Red Green Blue C M Y K H S L
Decimal 6 64 60 0.91 0 0.06 0.75 175.86 0.83 0.14
Hex 6 40 3C 5B 0 6 4B B0 53 E
Octal 6 100 74 133 0 6 113 260 123 16
Binary 110 1000000 111100 1011011 0 110 1001011 10110000 1010011 1110

Color Harmonies of #06403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06403C

Black with #06403C

Text Example


Text Example

White with #06403C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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