Html Css Color HEX #006567 Blue Lagoon

📋 copy color: '#006567'

red 0 ◦ green 101 ◦ blue 103

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

Shades of Blue Lagoon #006567

Tints of Blue Lagoon #006567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 50.49%

R = 0%
G = 49.51%
B = 50.49%

CMYK

 C value IS 1

 M value IS 0.02

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#006567 (or 0x006567) is known color: Blue Lagoon. HEX triplet: 00, 65 and 67. RGB value is (0,101,103). Sum of RGB (Red+Green+Blue) = 0+101+103=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 101 (39.84% from 255 or 49.51% from 204); Blue value is 103 (40.62% from 255 or 50.49% from 204); Max value from RGB is 103 - color contains mainly: blue. Hex color #006567 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006567 is #FF9A98. Grayscale: #464646. Windows color (decimal): -16751257 or 6776064. OLE color: 6776064.

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

Color convert

RGB 0 101 103 -
CMYK 1 0.02 0 0.60
HSL 181.17º 1% 0.2% -
HSV(B) 181.17º 1% 0.4% -
XYZ 7.1 10.29 14.44 -
YUV 71.03 146.04 77.34 -
System Red Green Blue C M Y K H S L
Decimal 0 101 103 1 0.02 0 0.60 181.17 1 0.2
Hex 0 65 67 64 2 0 3C B5 64 14
Octal 0 145 147 144 2 0 74 265 144 24
Binary 0 1100101 1100111 1100100 10 0 111100 10110101 1100100 10100

Color Harmonies of #006567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006567

Black with #006567

Text Example


Text Example

White with #006567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006567; }

 p { color: rgb(0,101,103); }

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

background-color css

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

 a { background-color: rgb(0,101,103); }

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

border-color css

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

 span { border-color: rgb(0,101,103); }

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