Html Css Color HEX #06656B Blue Lagoon

📋 copy color: '#06656B'

red 6 ◦ green 101 ◦ blue 107

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

Shades of Blue Lagoon #06656B

Tints of Blue Lagoon #06656B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 47.2%

 BLUE value IS 107 (42.19% from 255) = 50%

R = 2.8%
G = 47.2%
B = 50%

CMYK

 C value IS 0.94

 M value IS 0.06

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#06656B (or 0x06656B) is known color: Blue Lagoon. HEX triplet: 06, 65 and 6B. RGB value is (6,101,107). Sum of RGB (Red+Green+Blue) = 6+101+107=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 101 (39.84% from 255 or 47.20% from 214); Blue value is 107 (42.19% from 255 or 50% from 214); Max value from RGB is 107 - color contains mainly: blue. Hex color #06656B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06656B is #F99A94. Grayscale: #494949. Windows color (decimal): -16358037 or 7038214. OLE color: 7038214.

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

Color convert

RGB 6 101 107 -
CMYK 0.94 0.06 0 0.58
HSL 183.56º 0.89% 0.22% -
HSV(B) 183.56º 0.94% 0.42% -
XYZ 7.38 10.41 15.53 -
YUV 73.28 147.03 80.01 -
System Red Green Blue C M Y K H S L
Decimal 6 101 107 0.94 0.06 0 0.58 183.56 0.89 0.22
Hex 6 65 6B 5E 6 0 3A B8 59 16
Octal 6 145 153 136 6 0 72 270 131 26
Binary 110 1100101 1101011 1011110 110 0 111010 10111000 1011001 10110

Color Harmonies of #06656B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06656B

Black with #06656B

Text Example


Text Example

White with #06656B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06656B; }

 p { color: rgb(6,101,107); }

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

background-color css

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

 a { background-color: rgb(6,101,107); }

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

border-color css

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

 span { border-color: rgb(6,101,107); }

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