Html Css Color HEX #06413B Cyprus

📋 copy color: '#06413B'

red 6 ◦ green 65 ◦ blue 59

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

Shades of Cyprus #06413B

Tints of Cyprus #06413B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 50%

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

R = 4.62%
G = 50%
B = 45.38%

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

#06413B (or 0x06413B) is known color: Cyprus. HEX triplet: 06, 41 and 3B. RGB value is (6,65,59). Sum of RGB (Red+Green+Blue) = 6+65+59=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 65 (25.78% from 255 or 50% from 130); Blue value is 59 (23.44% from 255 or 45.38% from 130); Max value from RGB is 65 - color contains mainly: green. Hex color #06413B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06413B is #F9BEC4. Grayscale: #2E2E2E. Windows color (decimal): -16367301 or 3883270. OLE color: 3883270.

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

Color convert

RGB 6 65 59 -
CMYK 0.91 0 0.09 0.75
HSL 173.9º 0.83% 0.14% -
HSV(B) 173.9º 0.91% 0.25% -
XYZ 2.75 4.14 4.79 -
YUV 46.68 134.95 98.99 -
System Red Green Blue C M Y K H S L
Decimal 6 65 59 0.91 0 0.09 0.75 173.9 0.83 0.14
Hex 6 41 3B 5B 0 9 4B AE 53 E
Octal 6 101 73 133 0 11 113 256 123 16
Binary 110 1000001 111011 1011011 0 1001 1001011 10101110 1010011 1110

Color Harmonies of #06413B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06413B

Black with #06413B

Text Example


Text Example

White with #06413B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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