Html Css Color HEX #06423A Cyprus

📋 copy color: '#06423A'

red 6 ◦ green 66 ◦ blue 58

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

Shades of Cyprus #06423A

Tints of Cyprus #06423A

RGB

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

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

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

R = 4.62%
G = 50.77%
B = 44.62%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.12

 K value IS 0.74

RGB Variations

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

Color information

#06423A (or 0x06423A) is known color: Cyprus. HEX triplet: 06, 42 and 3A. RGB value is (6,66,58). Sum of RGB (Red+Green+Blue) = 6+66+58=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 66 (26.17% from 255 or 50.77% from 130); Blue value is 58 (23.05% from 255 or 44.62% from 130); Max value from RGB is 66 - color contains mainly: green. Hex color #06423A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06423A is #F9BDC5. Grayscale: #2F2F2F. Windows color (decimal): -16367046 or 3817990. OLE color: 3817990.

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

Color convert

RGB 6 66 58 -
CMYK 0.91 0 0.12 0.74
HSL 172º 0.83% 0.14% -
HSV(B) 172º 0.91% 0.26% -
XYZ 2.79 4.24 4.67 -
YUV 47.15 134.12 98.65 -
System Red Green Blue C M Y K H S L
Decimal 6 66 58 0.91 0 0.12 0.74 172 0.83 0.14
Hex 6 42 3A 5B 0 C 4A AC 53 E
Octal 6 102 72 133 0 14 112 254 123 16
Binary 110 1000010 111010 1011011 0 1100 1001010 10101100 1010011 1110

Color Harmonies of #06423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06423A

Black with #06423A

Text Example


Text Example

White with #06423A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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