Html Css Color HEX #068FCC Pacific Blue

📋 copy color: '#068FCC'

red 6 ◦ green 143 ◦ blue 204

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

Shades of Pacific Blue #068FCC

Tints of Pacific Blue #068FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 57.79%

R = 1.7%
G = 40.51%
B = 57.79%

CMYK

 C value IS 0.97

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#068FCC (or 0x068FCC) is known color: Pacific Blue. HEX triplet: 06, 8F and CC. RGB value is (6,143,204). Sum of RGB (Red+Green+Blue) = 6+143+204=353 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.70% from 353); Green value is 143 (56.25% from 255 or 40.51% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #068FCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068FCC is #F97033. Grayscale: #6C6C6C. Windows color (decimal): -16347188 or 13405958. OLE color: 13405958.

HSL color Cylindrical-coordinate representation of color #068FCC: hue angle of 198.48º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #068FCC is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 6 143 204 -
CMYK 0.97 0.30 0 0.2
HSL 198.48º 0.94% 0.41% -
HSV(B) 198.48º 0.97% 0.8% -
XYZ 20.8 24.04 60.67 -
YUV 108.99 181.61 54.54 -
System Red Green Blue C M Y K H S L
Decimal 6 143 204 0.97 0.30 0 0.2 198.48 0.94 0.41
Hex 6 8F CC 61 1E 0 14 C6 5E 29
Octal 6 217 314 141 36 0 24 306 136 51
Binary 110 10001111 11001100 1100001 11110 0 10100 11000110 1011110 101001

Color Harmonies of #068FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068FCC

Black with #068FCC

Text Example


Text Example

White with #068FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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