Html Css Color HEX #068DDA Pacific Blue

📋 copy color: '#068DDA'

red 6 ◦ green 141 ◦ blue 218

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

Shades of Pacific Blue #068DDA

Tints of Pacific Blue #068DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 59.73%

R = 1.64%
G = 38.63%
B = 59.73%

CMYK

 C value IS 0.97

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#068DDA (or 0x068DDA) is known color: Pacific Blue. HEX triplet: 06, 8D and DA. RGB value is (6,141,218). Sum of RGB (Red+Green+Blue) = 6+141+218=365 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.64% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 218 (85.55% from 255 or 59.73% from 365); Max value from RGB is 218 - color contains mainly: blue. Hex color #068DDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068DDA is #F97225. Grayscale: #6C6C6C. Windows color (decimal): -16347686 or 14322950. OLE color: 14322950.

HSL color Cylindrical-coordinate representation of color #068DDA: hue angle of 201.79º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #068DDA is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 6 141 218 -
CMYK 0.97 0.35 0 0.15
HSL 201.79º 0.95% 0.44% -
HSV(B) 201.79º 0.97% 0.85% -
XYZ 22.25 24.15 69.82 -
YUV 109.41 189.27 54.24 -
System Red Green Blue C M Y K H S L
Decimal 6 141 218 0.97 0.35 0 0.15 201.79 0.95 0.44
Hex 6 8D DA 61 23 0 F CA 5F 2C
Octal 6 215 332 141 43 0 17 312 137 54
Binary 110 10001101 11011010 1100001 100011 0 1111 11001010 1011111 101100

Color Harmonies of #068DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068DDA

Black with #068DDA

Text Example


Text Example

White with #068DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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