Html Css Color HEX #006268 Blue Lagoon

📋 copy color: '#006268'

red 0 ◦ green 98 ◦ blue 104

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

Shades of Blue Lagoon #006268

Tints of Blue Lagoon #006268

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 48.51%
B = 51.49%

CMYK

 C value IS 1

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#006268 (or 0x006268) is known color: Blue Lagoon. HEX triplet: 00, 62 and 68. RGB value is (0,98,104). Sum of RGB (Red+Green+Blue) = 0+98+104=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 98 (38.67% from 255 or 48.51% from 202); Blue value is 104 (41.02% from 255 or 51.49% from 202); Max value from RGB is 104 - color contains mainly: blue. Hex color #006268 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006268 is #FF9D97. Grayscale: #454545. Windows color (decimal): -16752024 or 6840832. OLE color: 6840832.

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

Color convert

RGB 0 98 104 -
CMYK 1 0.06 0 0.59
HSL 183.46º 1% 0.2% -
HSV(B) 183.46º 1% 0.41% -
XYZ 6.87 9.73 14.61 -
YUV 69.38 147.53 78.51 -
System Red Green Blue C M Y K H S L
Decimal 0 98 104 1 0.06 0 0.59 183.46 1 0.2
Hex 0 62 68 64 6 0 3B B7 64 14
Octal 0 142 150 144 6 0 73 267 144 24
Binary 0 1100010 1101000 1100100 110 0 111011 10110111 1100100 10100

Color Harmonies of #006268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006268

Black with #006268

Text Example


Text Example

White with #006268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006268; }

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

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

background-color css

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

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

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

border-color css

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

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

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