Html Css Color HEX #068DDB Pacific Blue

📋 copy color: '#068DDB'

red 6 ◦ green 141 ◦ blue 219

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

Shades of Pacific Blue #068DDB

Tints of Pacific Blue #068DDB

RGB

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

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

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

R = 1.64%
G = 38.52%
B = 59.84%

CMYK

 C value IS 0.97

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#068DDB (or 0x068DDB) is known color: Pacific Blue. HEX triplet: 06, 8D and DB. RGB value is (6,141,219). Sum of RGB (Red+Green+Blue) = 6+141+219=366 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.64% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #068DDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068DDB is #F97224. Grayscale: #6D6D6D. Windows color (decimal): -16347685 or 14388486. OLE color: 14388486.

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

Color convert

RGB 6 141 219 -
CMYK 0.97 0.36 0 0.14
HSL 201.97º 0.95% 0.44% -
HSV(B) 201.97º 0.97% 0.86% -
XYZ 22.39 24.2 70.51 -
YUV 109.53 189.77 54.16 -
System Red Green Blue C M Y K H S L
Decimal 6 141 219 0.97 0.36 0 0.14 201.97 0.95 0.44
Hex 6 8D DB 61 24 0 E CA 5F 2C
Octal 6 215 333 141 44 0 16 312 137 54
Binary 110 10001101 11011011 1100001 100100 0 1110 11001010 1011111 101100

Color Harmonies of #068DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068DDB

Black with #068DDB

Text Example


Text Example

White with #068DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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