Html Css Color HEX #006A8C Blue Lagoon

📋 copy color: '#006A8C'

red 0 ◦ green 106 ◦ blue 140

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

Shades of Blue Lagoon #006A8C

Tints of Blue Lagoon #006A8C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 43.09%

 BLUE value IS 140 (55.08% from 255) = 56.91%

R = 0%
G = 43.09%
B = 56.91%

CMYK

 C value IS 1

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#006A8C (or 0x006A8C) is known color: Blue Lagoon. HEX triplet: 00, 6A and 8C. RGB value is (0,106,140). Sum of RGB (Red+Green+Blue) = 0+106+140=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 106 (41.80% from 255 or 43.09% from 246); Blue value is 140 (55.08% from 255 or 56.91% from 246); Max value from RGB is 140 - color contains mainly: blue. Hex color #006A8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006A8C is #FF9573. Grayscale: #4D4D4D. Windows color (decimal): -16749940 or 9202176. OLE color: 9202176.

HSL color Cylindrical-coordinate representation of color #006A8C: hue angle of 194.57º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006A8C is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 0 106 140 -
CMYK 1 0.24 0 0.45
HSL 194.57º 1% 0.27% -
HSV(B) 194.57º 1% 0.55% -
XYZ 9.89 12.2 26.64 -
YUV 78.18 162.88 72.24 -
System Red Green Blue C M Y K H S L
Decimal 0 106 140 1 0.24 0 0.45 194.57 1 0.27
Hex 0 6A 8C 64 18 0 2D C3 64 1B
Octal 0 152 214 144 30 0 55 303 144 33
Binary 0 1101010 10001100 1100100 11000 0 101101 11000011 1100100 11011

Color Harmonies of #006A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006A8C

Black with #006A8C

Text Example


Text Example

White with #006A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006A8C; }

 p { color: rgb(0,106,140); }

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

background-color css

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

 a { background-color: rgb(0,106,140); }

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

border-color css

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

 span { border-color: rgb(0,106,140); }

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