Html Css Color HEX #068BDB Pacific Blue

📋 copy color: '#068BDB'

red 6 ◦ green 139 ◦ blue 219

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

Shades of Pacific Blue #068BDB

Tints of Pacific Blue #068BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.19%

 BLUE value IS 219 (85.94% from 255) = 60.16%

R = 1.65%
G = 38.19%
B = 60.16%

CMYK

 C value IS 0.97

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#068BDB (or 0x068BDB) is known color: Pacific Blue. HEX triplet: 06, 8B and DB. RGB value is (6,139,219). Sum of RGB (Red+Green+Blue) = 6+139+219=364 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.65% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #068BDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068BDB is #F97424. Grayscale: #6B6B6B. Windows color (decimal): -16348197 or 14387974. OLE color: 14387974.

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

Color convert

RGB 6 139 219 -
CMYK 0.97 0.37 0 0.14
HSL 202.54º 0.95% 0.44% -
HSV(B) 202.54º 0.97% 0.86% -
XYZ 22.09 23.62 70.41 -
YUV 108.35 190.44 55 -
System Red Green Blue C M Y K H S L
Decimal 6 139 219 0.97 0.37 0 0.14 202.54 0.95 0.44
Hex 6 8B DB 61 25 0 E CB 5F 2C
Octal 6 213 333 141 45 0 16 313 137 54
Binary 110 10001011 11011011 1100001 100101 0 1110 11001011 1011111 101100

Color Harmonies of #068BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068BDB

Black with #068BDB

Text Example


Text Example

White with #068BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,139,219); }

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

background-color css

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

 a { background-color: rgb(6,139,219); }

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

border-color css

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

 span { border-color: rgb(6,139,219); }

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