Html Css Color HEX #065863 Blue Lagoon

📋 copy color: '#065863'

red 6 ◦ green 88 ◦ blue 99

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

Shades of Blue Lagoon #065863

Tints of Blue Lagoon #065863

RGB

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

 GREEN value IS 88 (34.77% from 255) = 45.6%

 BLUE value IS 99 (39.06% from 255) = 51.3%

R = 3.11%
G = 45.6%
B = 51.3%

CMYK

 C value IS 0.94

 M value IS 0.11

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#065863 (or 0x065863) is known color: Blue Lagoon. HEX triplet: 06, 58 and 63. RGB value is (6,88,99). Sum of RGB (Red+Green+Blue) = 6+88+99=193 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.11% from 193); Green value is 88 (34.77% from 255 or 45.60% from 193); Blue value is 99 (39.06% from 255 or 51.30% from 193); Max value from RGB is 99 - color contains mainly: blue. Hex color #065863 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065863 is #F9A79C. Grayscale: #404040. Windows color (decimal): -16361373 or 6510598. OLE color: 6510598.

HSL color Cylindrical-coordinate representation of color #065863: hue angle of 187.1º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065863 is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 6 88 99 -
CMYK 0.94 0.11 0 0.61
HSL 187.1º 0.89% 0.21% -
HSV(B) 187.1º 0.94% 0.39% -
XYZ 5.82 7.92 13.03 -
YUV 64.74 147.33 86.11 -
System Red Green Blue C M Y K H S L
Decimal 6 88 99 0.94 0.11 0 0.61 187.1 0.89 0.21
Hex 6 58 63 5E B 0 3D BB 59 15
Octal 6 130 143 136 13 0 75 273 131 25
Binary 110 1011000 1100011 1011110 1011 0 111101 10111011 1011001 10101

Color Harmonies of #065863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065863

Black with #065863

Text Example


Text Example

White with #065863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065863; }

 p { color: rgb(6,88,99); }

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

background-color css

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

 a { background-color: rgb(6,88,99); }

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

border-color css

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

 span { border-color: rgb(6,88,99); }

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