Html Css Color HEX #06453D Cyprus

📋 copy color: '#06453D'

red 6 ◦ green 69 ◦ blue 61

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

Shades of Cyprus #06453D

Tints of Cyprus #06453D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 50.74%

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

R = 4.41%
G = 50.74%
B = 44.85%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.12

 K value IS 0.73

RGB Variations

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

Color information

#06453D (or 0x06453D) is known color: Cyprus. HEX triplet: 06, 45 and 3D. RGB value is (6,69,61). Sum of RGB (Red+Green+Blue) = 6+69+61=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 69 (27.34% from 255 or 50.74% from 136); Blue value is 61 (24.22% from 255 or 44.85% from 136); Max value from RGB is 69 - color contains mainly: green. Hex color #06453D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06453D is #F9BAC2. Grayscale: #313131. Windows color (decimal): -16366275 or 4015366. OLE color: 4015366.

HSL color Cylindrical-coordinate representation of color #06453D: hue angle of 172.38º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06453D is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.73.

Color convert

RGB 6 69 61 -
CMYK 0.91 0 0.12 0.73
HSL 172.38º 0.84% 0.15% -
HSV(B) 172.38º 0.91% 0.27% -
XYZ 3.05 4.63 5.15 -
YUV 49.25 134.63 97.15 -
System Red Green Blue C M Y K H S L
Decimal 6 69 61 0.91 0 0.12 0.73 172.38 0.84 0.15
Hex 6 45 3D 5B 0 C 49 AC 54 F
Octal 6 105 75 133 0 14 111 254 124 17
Binary 110 1000101 111101 1011011 0 1100 1001001 10101100 1010100 1111

Color Harmonies of #06453D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06453D

Black with #06453D

Text Example


Text Example

White with #06453D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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