Html Css Color HEX #00646C Blue Lagoon

📋 copy color: '#00646C'

red 0 ◦ green 100 ◦ blue 108

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

Shades of Blue Lagoon #00646C

Tints of Blue Lagoon #00646C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 51.92%

R = 0%
G = 48.08%
B = 51.92%

CMYK

 C value IS 1

 M value IS 0.07

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#00646C (or 0x00646C) is known color: Blue Lagoon. HEX triplet: 00, 64 and 6C. RGB value is (0,100,108). Sum of RGB (Red+Green+Blue) = 0+100+108=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 100 (39.45% from 255 or 48.08% from 208); Blue value is 108 (42.58% from 255 or 51.92% from 208); Max value from RGB is 108 - color contains mainly: blue. Hex color #00646C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00646C is #FF9B93. Grayscale: #464646. Windows color (decimal): -16751508 or 7103488. OLE color: 7103488.

HSL color Cylindrical-coordinate representation of color #00646C: hue angle of 184.44º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00646C is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 0 100 108 -
CMYK 1 0.07 0 0.58
HSL 184.44º 1% 0.21% -
HSV(B) 184.44º 1% 0.42% -
XYZ 7.26 10.2 15.77 -
YUV 71.01 148.87 77.35 -
System Red Green Blue C M Y K H S L
Decimal 0 100 108 1 0.07 0 0.58 184.44 1 0.21
Hex 0 64 6C 64 7 0 3A B8 64 15
Octal 0 144 154 144 7 0 72 270 144 25
Binary 0 1100100 1101100 1100100 111 0 111010 10111000 1100100 10101

Color Harmonies of #00646C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00646C

Black with #00646C

Text Example


Text Example

White with #00646C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00646C; }

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

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

background-color css

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

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

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

border-color css

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

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

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