#068CD5

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

Shades of Pacific Blue #068CD5

Tints of Pacific Blue #068CD5

Color information

#068CD5 (or 0x068CD5) is unknown color: approx Pacific Blue. HEX triplet: 06, 8C and D5. RGB value is (6,140,213). Sum of RGB (Red+Green+Blue) = 6+140+213=359 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.67% from 359); Green value is 140 (55.08% from 255 or 39.00% from 359); Blue value is 213 (83.59% from 255 or 59.33% from 359); Max value from RGB is 213 - color contains mainly: blue. Hex color #068CD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068CD5 is #F9732A. Grayscale: #6B6B6B. Windows color (decimal): -16347947 or 13995014. OLE color: 13995014.

HSL color Cylindrical-coordinate representation of color #068CD5: hue angle of 201.16º 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 #068CD5 is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6140213-
CMYK0.970.3400.16
HSL201.16º94.52%42.94%-
HSV(B)201.16º97.18%83.53%-
XYZ21.4623.666.37-
YUV108.26187.1155.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.67%
GREEN value IS 140 (55.08% from 255) = 39.00%
BLUE value IS 213 (83.59% from 255) = 59.33%
R=1.67%
G=39.00%
B=59.33%

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
Decimal61402130.970.3400.16201.1694.5242.94
Hex68CD56122010c95f2b
Octal62143251414202031113753
Binary11010001100110101011100001100010010000110010011011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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