Html Css Color HEX #065262 Blue Lagoon

📋 copy color: '#065262'

red 6 ◦ green 82 ◦ blue 98

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

Shades of Blue Lagoon #065262

Tints of Blue Lagoon #065262

RGB

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

 GREEN value IS 82 (32.42% from 255) = 44.09%

 BLUE value IS 98 (38.67% from 255) = 52.69%

R = 3.23%
G = 44.09%
B = 52.69%

CMYK

 C value IS 0.94

 M value IS 0.16

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#065262 (or 0x065262) is known color: Blue Lagoon. HEX triplet: 06, 52 and 62. RGB value is (6,82,98). Sum of RGB (Red+Green+Blue) = 6+82+98=186 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.23% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 98 (38.67% from 255 or 52.69% from 186); Max value from RGB is 98 - color contains mainly: blue. Hex color #065262 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065262 is #F9AD9D. Grayscale: #3C3C3C. Windows color (decimal): -16362910 or 6443526. OLE color: 6443526.

HSL color Cylindrical-coordinate representation of color #065262: hue angle of 190.43º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065262 is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 82 98 -
CMYK 0.94 0.16 0 0.62
HSL 190.43º 0.88% 0.2% -
HSV(B) 190.43º 0.94% 0.38% -
XYZ 5.3 6.96 12.62 -
YUV 61.1 148.82 88.7 -
System Red Green Blue C M Y K H S L
Decimal 6 82 98 0.94 0.16 0 0.62 190.43 0.88 0.2
Hex 6 52 62 5E 10 0 3E BE 58 14
Octal 6 122 142 136 20 0 76 276 130 24
Binary 110 1010010 1100010 1011110 10000 0 111110 10111110 1011000 10100

Color Harmonies of #065262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065262

Black with #065262

Text Example


Text Example

White with #065262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065262; }

 p { color: rgb(6,82,98); }

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

background-color css

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

 a { background-color: rgb(6,82,98); }

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

border-color css

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

 span { border-color: rgb(6,82,98); }

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