Html Css Color HEX #068DC8 Pacific Blue

📋 copy color: '#068DC8'

red 6 ◦ green 141 ◦ blue 200

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

Shades of Pacific Blue #068DC8

Tints of Pacific Blue #068DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 57.64%

R = 1.73%
G = 40.63%
B = 57.64%

CMYK

 C value IS 0.97

 M value IS 0.29

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#068DC8 (or 0x068DC8) is known color: Pacific Blue. HEX triplet: 06, 8D and C8. RGB value is (6,141,200). Sum of RGB (Red+Green+Blue) = 6+141+200=347 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.73% from 347); Green value is 141 (55.47% from 255 or 40.63% from 347); Blue value is 200 (78.52% from 255 or 57.64% from 347); Max value from RGB is 200 - color contains mainly: blue. Hex color #068DC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068DC8 is #F97237. Grayscale: #6A6A6A. Windows color (decimal): -16347704 or 13143302. OLE color: 13143302.

HSL color Cylindrical-coordinate representation of color #068DC8: hue angle of 198.25º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #068DC8 is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 6 141 200 -
CMYK 0.97 0.29 0 0.22
HSL 198.25º 0.94% 0.4% -
HSV(B) 198.25º 0.97% 0.78% -
XYZ 20.03 23.26 58.08 -
YUV 107.36 180.27 55.7 -
System Red Green Blue C M Y K H S L
Decimal 6 141 200 0.97 0.29 0 0.22 198.25 0.94 0.4
Hex 6 8D C8 61 1D 0 16 C6 5E 28
Octal 6 215 310 141 35 0 26 306 136 50
Binary 110 10001101 11001000 1100001 11101 0 10110 11000110 1011110 101000

Color Harmonies of #068DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068DC8

Black with #068DC8

Text Example


Text Example

White with #068DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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