Html Css Color HEX #068FDC Pacific Blue

📋 copy color: '#068FDC'

red 6 ◦ green 143 ◦ blue 220

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

Shades of Pacific Blue #068FDC

Tints of Pacific Blue #068FDC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.75%

 BLUE value IS 220 (86.33% from 255) = 59.62%

R = 1.63%
G = 38.75%
B = 59.62%

CMYK

 C value IS 0.97

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#068FDC (or 0x068FDC) is known color: Pacific Blue. HEX triplet: 06, 8F and DC. RGB value is (6,143,220). Sum of RGB (Red+Green+Blue) = 6+143+220=369 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.63% from 369); Green value is 143 (56.25% from 255 or 38.75% from 369); Blue value is 220 (86.33% from 255 or 59.62% from 369); Max value from RGB is 220 - color contains mainly: blue. Hex color #068FDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068FDC is #F97023. Grayscale: #6E6E6E. Windows color (decimal): -16347172 or 14454534. OLE color: 14454534.

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

Color convert

RGB 6 143 220 -
CMYK 0.97 0.35 0 0.14
HSL 201.59º 0.95% 0.44% -
HSV(B) 201.59º 0.97% 0.86% -
XYZ 22.82 24.85 71.3 -
YUV 110.82 189.61 53.24 -
System Red Green Blue C M Y K H S L
Decimal 6 143 220 0.97 0.35 0 0.14 201.59 0.95 0.44
Hex 6 8F DC 61 23 0 E CA 5F 2C
Octal 6 217 334 141 43 0 16 312 137 54
Binary 110 10001111 11011100 1100001 100011 0 1110 11001010 1011111 101100

Color Harmonies of #068FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068FDC

Black with #068FDC

Text Example


Text Example

White with #068FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,143,220); }

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

background-color css

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

 a { background-color: rgb(6,143,220); }

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

border-color css

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

 span { border-color: rgb(6,143,220); }

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