Html Css Color HEX #06423C Cyprus

📋 copy color: '#06423C'

red 6 ◦ green 66 ◦ blue 60

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

Shades of Cyprus #06423C

Tints of Cyprus #06423C

RGB

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

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

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

R = 4.55%
G = 50%
B = 45.45%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.09

 K value IS 0.74

RGB Variations

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

Color information

#06423C (or 0x06423C) is known color: Cyprus. HEX triplet: 06, 42 and 3C. RGB value is (6,66,60). Sum of RGB (Red+Green+Blue) = 6+66+60=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 66 (26.17% from 255 or 50% from 132); Blue value is 60 (23.83% from 255 or 45.45% from 132); Max value from RGB is 66 - color contains mainly: green. Hex color #06423C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06423C is #F9BDC3. Grayscale: #2F2F2F. Windows color (decimal): -16367044 or 3949062. OLE color: 3949062.

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

Color convert

RGB 6 66 60 -
CMYK 0.91 0 0.09 0.74
HSL 174º 0.83% 0.14% -
HSV(B) 174º 0.91% 0.26% -
XYZ 2.84 4.26 4.95 -
YUV 47.38 135.12 98.49 -
System Red Green Blue C M Y K H S L
Decimal 6 66 60 0.91 0 0.09 0.74 174 0.83 0.14
Hex 6 42 3C 5B 0 9 4A AE 53 E
Octal 6 102 74 133 0 11 112 256 123 16
Binary 110 1000010 111100 1011011 0 1001 1001010 10101110 1010011 1110

Color Harmonies of #06423C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06423C

Black with #06423C

Text Example


Text Example

White with #06423C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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