Html Css Color HEX #066483 Blue Lagoon

📋 copy color: '#066483'

red 6 ◦ green 100 ◦ blue 131

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

Shades of Blue Lagoon #066483

Tints of Blue Lagoon #066483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 55.27%

R = 2.53%
G = 42.19%
B = 55.27%

CMYK

 C value IS 0.95

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#066483 (or 0x066483) is known color: Blue Lagoon. HEX triplet: 06, 64 and 83. RGB value is (6,100,131). Sum of RGB (Red+Green+Blue) = 6+100+131=237 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.53% from 237); Green value is 100 (39.45% from 255 or 42.19% from 237); Blue value is 131 (51.56% from 255 or 55.27% from 237); Max value from RGB is 131 - color contains mainly: blue. Hex color #066483 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066483 is #F99B7C. Grayscale: #4B4B4B. Windows color (decimal): -16358269 or 8610822. OLE color: 8610822.

HSL color Cylindrical-coordinate representation of color #066483: hue angle of 194.88º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066483 is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 6 100 131 -
CMYK 0.95 0.24 0 0.49
HSL 194.88º 0.91% 0.27% -
HSV(B) 194.88º 0.95% 0.51% -
XYZ 8.73 10.79 23.1 -
YUV 75.43 159.36 78.48 -
System Red Green Blue C M Y K H S L
Decimal 6 100 131 0.95 0.24 0 0.49 194.88 0.91 0.27
Hex 6 64 83 5F 18 0 31 C3 5B 1B
Octal 6 144 203 137 30 0 61 303 133 33
Binary 110 1100100 10000011 1011111 11000 0 110001 11000011 1011011 11011

Color Harmonies of #066483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066483

Black with #066483

Text Example


Text Example

White with #066483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066483; }

 p { color: rgb(6,100,131); }

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

background-color css

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

 a { background-color: rgb(6,100,131); }

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

border-color css

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

 span { border-color: rgb(6,100,131); }

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