Html Css Color HEX #006369 Blue Lagoon

📋 copy color: '#006369'

red 0 ◦ green 99 ◦ blue 105

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

Shades of Blue Lagoon #006369

Tints of Blue Lagoon #006369

RGB

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

 GREEN value IS 99 (39.06% from 255) = 48.53%

 BLUE value IS 105 (41.41% from 255) = 51.47%

R = 0%
G = 48.53%
B = 51.47%

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

#006369 (or 0x006369) is known color: Blue Lagoon. HEX triplet: 00, 63 and 69. RGB value is (0,99,105). Sum of RGB (Red+Green+Blue) = 0+99+105=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 99 (39.06% from 255 or 48.53% from 204); Blue value is 105 (41.41% from 255 or 51.47% from 204); Max value from RGB is 105 - color contains mainly: blue. Hex color #006369 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006369 is #FF9C96. Grayscale: #454545. Windows color (decimal): -16751767 or 6906624. OLE color: 6906624.

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

Color convert

RGB 0 99 105 -
CMYK 1 0.06 0 0.59
HSL 183.43º 1% 0.21% -
HSV(B) 183.43º 1% 0.41% -
XYZ 7.01 9.94 14.91 -
YUV 70.08 147.7 78.01 -
System Red Green Blue C M Y K H S L
Decimal 0 99 105 1 0.06 0 0.59 183.43 1 0.21
Hex 0 63 69 64 6 0 3B B7 64 15
Octal 0 143 151 144 6 0 73 267 144 25
Binary 0 1100011 1101001 1100100 110 0 111011 10110111 1100100 10101

Color Harmonies of #006369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006369

Black with #006369

Text Example


Text Example

White with #006369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006369; }

 p { color: rgb(0,99,105); }

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

background-color css

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

 a { background-color: rgb(0,99,105); }

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

border-color css

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

 span { border-color: rgb(0,99,105); }

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