#068DD5

Color #068DD5 Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #068DD5

Tints of Pacific Blue #068DD5

Color information

#068DD5 (or 0x068DD5) is unknown color: approx Pacific Blue. HEX triplet: 06, 8D and D5. RGB value is (6,141,213). Sum of RGB (Red+Green+Blue) = 6+141+213=360 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.67% from 360); Green value is 141 (55.47% from 255 or 39.17% from 360); Blue value is 213 (83.59% from 255 or 59.17% from 360); Max value from RGB is 213 - color contains mainly: blue. Hex color #068DD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068DD5 is #F9722A. Grayscale: #6C6C6C. Windows color (decimal): -16347691 or 13995270. OLE color: 13995270.

HSL color Cylindrical-coordinate representation of color #068DD5: hue angle of 200.87º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #068DD5 is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6141213-
CMYK0.970.3400.16
HSL200.87º94.52%42.94%-
HSV(B)200.87º97.18%83.53%-
XYZ21.6123.8966.42-
YUV108.84186.7754.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.67%
GREEN value IS 141 (55.47% from 255) = 39.17%
BLUE value IS 213 (83.59% from 255) = 59.17%
R=1.67%
G=39.17%
B=59.17%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal61412130.970.3400.16200.8794.5242.94
Hex68DD56122010c95f2b
Octal62153251414202031113753
Binary11010001101110101011100001100010010000110010011011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068DD5; }

 p { color: rgb(6,141,213); }

 H1.HeaderClassName
 {
   color: #068DD5;
 }
 .AnyTagClassName
 {
   color: #068DD5;
 }
</style>
background-color css

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

 a { background-color: rgb(6,141,213); }

 div.DivClassName
 {
   background-color: #068DD5;
 }
 .BgClassName
 {
   background-color: #068DD5;
 }
</style>
border-color css

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

 span { border-color: rgb(6,141,213); }

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