Html Css Color HEX #06423D Cyprus

📋 copy color: '#06423D'

red 6 ◦ green 66 ◦ blue 61

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

Shades of Cyprus #06423D

Tints of Cyprus #06423D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 49.62%

 BLUE value IS 61 (24.22% from 255) = 45.86%

R = 4.51%
G = 49.62%
B = 45.86%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.08

 K value IS 0.74

RGB Variations

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

Color information

#06423D (or 0x06423D) is known color: Cyprus. HEX triplet: 06, 42 and 3D. RGB value is (6,66,61). Sum of RGB (Red+Green+Blue) = 6+66+61=133 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.51% from 133); Green value is 66 (26.17% from 255 or 49.62% from 133); Blue value is 61 (24.22% from 255 or 45.86% from 133); Max value from RGB is 66 - color contains mainly: green. Hex color #06423D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06423D is #F9BDC2. Grayscale: #2F2F2F. Windows color (decimal): -16367043 or 4014598. OLE color: 4014598.

HSL color Cylindrical-coordinate representation of color #06423D: hue angle of 175º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06423D is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.74.

Color convert

RGB 6 66 61 -
CMYK 0.91 0 0.08 0.74
HSL 175º 0.83% 0.14% -
HSV(B) 175º 0.91% 0.26% -
XYZ 2.87 4.27 5.09 -
YUV 47.49 135.62 98.41 -
System Red Green Blue C M Y K H S L
Decimal 6 66 61 0.91 0 0.08 0.74 175 0.83 0.14
Hex 6 42 3D 5B 0 8 4A AF 53 E
Octal 6 102 75 133 0 10 112 257 123 16
Binary 110 1000010 111101 1011011 0 1000 1001010 10101111 1010011 1110

Color Harmonies of #06423D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06423D

Black with #06423D

Text Example


Text Example

White with #06423D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06423D; }

 p { color: rgb(6,66,61); }

 H1.HeaderClassName
 {
   color: #06423D;
 }
 .AnyTagClassName
 {
   color: #06423D;
 }
</style>

background-color css

<style>
 a { background-color: #06423D; }

 a { background-color: rgb(6,66,61); }

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

border-color css

<style>
 span { border-color: #06423D; }

 span { border-color: rgb(6,66,61); }

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