Html Css Color HEX #066268 Blue Lagoon

📋 copy color: '#066268'

red 6 ◦ green 98 ◦ blue 104

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

Shades of Blue Lagoon #066268

Tints of Blue Lagoon #066268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 50%

R = 2.88%
G = 47.12%
B = 50%

CMYK

 C value IS 0.94

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#066268 (or 0x066268) is known color: Blue Lagoon. HEX triplet: 06, 62 and 68. RGB value is (6,98,104). Sum of RGB (Red+Green+Blue) = 6+98+104=208 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.88% from 208); Green value is 98 (38.67% from 255 or 47.12% from 208); Blue value is 104 (41.02% from 255 or 50% from 208); Max value from RGB is 104 - color contains mainly: blue. Hex color #066268 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066268 is #F99D97. Grayscale: #474747. Windows color (decimal): -16358808 or 6840838. OLE color: 6840838.

HSL color Cylindrical-coordinate representation of color #066268: hue angle of 183.67º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066268 is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 6 98 104 -
CMYK 0.94 0.06 0 0.59
HSL 183.67º 0.89% 0.22% -
HSV(B) 183.67º 0.94% 0.41% -
XYZ 6.94 9.77 14.62 -
YUV 71.18 146.52 81.51 -
System Red Green Blue C M Y K H S L
Decimal 6 98 104 0.94 0.06 0 0.59 183.67 0.89 0.22
Hex 6 62 68 5E 6 0 3B B8 59 16
Octal 6 142 150 136 6 0 73 270 131 26
Binary 110 1100010 1101000 1011110 110 0 111011 10111000 1011001 10110

Color Harmonies of #066268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066268

Black with #066268

Text Example


Text Example

White with #066268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066268; }

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

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

background-color css

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

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

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

border-color css

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

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

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