Html Css Color HEX #068DD8 Pacific Blue

📋 copy color: '#068DD8'

red 6 ◦ green 141 ◦ blue 216

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

Shades of Pacific Blue #068DD8

Tints of Pacific Blue #068DD8

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.84%

 BLUE value IS 216 (84.77% from 255) = 59.5%

R = 1.65%
G = 38.84%
B = 59.5%

CMYK

 C value IS 0.97

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#068DD8 (or 0x068DD8) is known color: Pacific Blue. HEX triplet: 06, 8D and D8. RGB value is (6,141,216). Sum of RGB (Red+Green+Blue) = 6+141+216=363 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.65% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 216 (84.77% from 255 or 59.50% from 363); Max value from RGB is 216 - color contains mainly: blue. Hex color #068DD8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068DD8 is #F97227. Grayscale: #6C6C6C. Windows color (decimal): -16347688 or 14191878. OLE color: 14191878.

HSL color Cylindrical-coordinate representation of color #068DD8: hue angle of 201.43º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #068DD8 is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 6 141 216 -
CMYK 0.97 0.35 0 0.15
HSL 201.43º 0.95% 0.44% -
HSV(B) 201.43º 0.97% 0.85% -
XYZ 21.99 24.05 68.45 -
YUV 109.19 188.27 54.4 -
System Red Green Blue C M Y K H S L
Decimal 6 141 216 0.97 0.35 0 0.15 201.43 0.95 0.44
Hex 6 8D D8 61 23 0 F C9 5F 2C
Octal 6 215 330 141 43 0 17 311 137 54
Binary 110 10001101 11011000 1100001 100011 0 1111 11001001 1011111 101100

Color Harmonies of #068DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068DD8

Black with #068DD8

Text Example


Text Example

White with #068DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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