Html Css Color HEX #066243 Jewel

📋 copy color: '#066243'

red 6 ◦ green 98 ◦ blue 67

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

Shades of Jewel #066243

Tints of Jewel #066243

RGB

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

 GREEN value IS 98 (38.67% from 255) = 57.31%

 BLUE value IS 67 (26.56% from 255) = 39.18%

R = 3.51%
G = 57.31%
B = 39.18%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#066243 (or 0x066243) is known color: Jewel. HEX triplet: 06, 62 and 43. RGB value is (6,98,67). Sum of RGB (Red+Green+Blue) = 6+98+67=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 98 (38.67% from 255 or 57.31% from 171); Blue value is 67 (26.56% from 255 or 39.18% from 171); Max value from RGB is 98 - color contains mainly: green. Hex color #066243 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066243 is #F99DBC. Grayscale: #424242. Windows color (decimal): -16358845 or 4416006. OLE color: 4416006.

HSL color Cylindrical-coordinate representation of color #066243: hue angle of 159.78º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066243 is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 98 67 -
CMYK 0.94 0 0.32 0.62
HSL 159.78º 0.88% 0.2% -
HSV(B) 159.78º 0.94% 0.38% -
XYZ 5.46 9.18 6.79 -
YUV 66.96 128.02 84.52 -
System Red Green Blue C M Y K H S L
Decimal 6 98 67 0.94 0 0.32 0.62 159.78 0.88 0.2
Hex 6 62 43 5E 0 20 3E A0 58 14
Octal 6 142 103 136 0 40 76 240 130 24
Binary 110 1100010 1000011 1011110 0 100000 111110 10100000 1011000 10100

Color Harmonies of #066243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066243

Black with #066243

Text Example


Text Example

White with #066243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066243; }

 p { color: rgb(6,98,67); }

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

background-color css

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

 a { background-color: rgb(6,98,67); }

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

border-color css

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

 span { border-color: rgb(6,98,67); }

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