Html Css Color HEX #068DCD Pacific Blue

📋 copy color: '#068DCD'

red 6 ◦ green 141 ◦ blue 205

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

Shades of Pacific Blue #068DCD

Tints of Pacific Blue #068DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.24%

R = 1.7%
G = 40.06%
B = 58.24%

CMYK

 C value IS 0.97

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#068DCD (or 0x068DCD) is known color: Pacific Blue. HEX triplet: 06, 8D and CD. RGB value is (6,141,205). Sum of RGB (Red+Green+Blue) = 6+141+205=352 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.70% from 352); Green value is 141 (55.47% from 255 or 40.06% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #068DCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068DCD is #F97232. Grayscale: #6B6B6B. Windows color (decimal): -16347699 or 13470982. OLE color: 13470982.

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

Color convert

RGB 6 141 205 -
CMYK 0.97 0.31 0 0.20
HSL 199.3º 0.94% 0.41% -
HSV(B) 199.3º 0.97% 0.8% -
XYZ 20.62 23.5 61.21 -
YUV 107.93 182.77 55.3 -
System Red Green Blue C M Y K H S L
Decimal 6 141 205 0.97 0.31 0 0.20 199.3 0.94 0.41
Hex 6 8D CD 61 1F 0 14 C7 5E 29
Octal 6 215 315 141 37 0 24 307 136 51
Binary 110 10001101 11001101 1100001 11111 0 10100 11000111 1011110 101001

Color Harmonies of #068DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068DCD

Black with #068DCD

Text Example


Text Example

White with #068DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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