Html Css Color HEX #006469 Blue Lagoon

📋 copy color: '#006469'

red 0 ◦ green 100 ◦ blue 105

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

Shades of Blue Lagoon #006469

Tints of Blue Lagoon #006469

RGB

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

 GREEN value IS 100 (39.45% from 255) = 48.78%

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

R = 0%
G = 48.78%
B = 51.22%

CMYK

 C value IS 1

 M value IS 0.05

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#006469 (or 0x006469) is known color: Blue Lagoon. HEX triplet: 00, 64 and 69. RGB value is (0,100,105). Sum of RGB (Red+Green+Blue) = 0+100+105=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 100 (39.45% from 255 or 48.78% from 205); Blue value is 105 (41.41% from 255 or 51.22% from 205); Max value from RGB is 105 - color contains mainly: blue. Hex color #006469 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006469 is #FF9B96. Grayscale: #464646. Windows color (decimal): -16751511 or 6906880. OLE color: 6906880.

HSL color Cylindrical-coordinate representation of color #006469: hue angle of 182.86º 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 #006469 is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 0 100 105 -
CMYK 1 0.05 0 0.59
HSL 182.86º 1% 0.21% -
HSV(B) 182.86º 1% 0.41% -
XYZ 7.11 10.13 14.95 -
YUV 70.67 147.37 77.59 -
System Red Green Blue C M Y K H S L
Decimal 0 100 105 1 0.05 0 0.59 182.86 1 0.21
Hex 0 64 69 64 5 0 3B B7 64 15
Octal 0 144 151 144 5 0 73 267 144 25
Binary 0 1100100 1101001 1100100 101 0 111011 10110111 1100100 10101

Color Harmonies of #006469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006469

Black with #006469

Text Example


Text Example

White with #006469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006469; }

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

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

background-color css

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

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

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

border-color css

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

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

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