Html Css Color HEX #06403B Cyprus

📋 copy color: '#06403B'

red 6 ◦ green 64 ◦ blue 59

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

Shades of Cyprus #06403B

Tints of Cyprus #06403B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 45.74%

R = 4.65%
G = 49.61%
B = 45.74%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#06403B (or 0x06403B) is known color: Cyprus. HEX triplet: 06, 40 and 3B. RGB value is (6,64,59). Sum of RGB (Red+Green+Blue) = 6+64+59=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 64 (25.39% from 255 or 49.61% from 129); Blue value is 59 (23.44% from 255 or 45.74% from 129); Max value from RGB is 64 - color contains mainly: green. Hex color #06403B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06403B is #F9BFC4. Grayscale: #2E2E2E. Windows color (decimal): -16367557 or 3883014. OLE color: 3883014.

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

Color convert

RGB 6 64 59 -
CMYK 0.91 0 0.08 0.75
HSL 174.83º 0.83% 0.14% -
HSV(B) 174.83º 0.91% 0.25% -
XYZ 2.7 4.02 4.77 -
YUV 46.09 135.28 99.41 -
System Red Green Blue C M Y K H S L
Decimal 6 64 59 0.91 0 0.08 0.75 174.83 0.83 0.14
Hex 6 40 3B 5B 0 8 4B AF 53 E
Octal 6 100 73 133 0 10 113 257 123 16
Binary 110 1000000 111011 1011011 0 1000 1001011 10101111 1010011 1110

Color Harmonies of #06403B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06403B

Black with #06403B

Text Example


Text Example

White with #06403B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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