Html Css Color HEX #068FDD Pacific Blue

📋 copy color: '#068FDD'

red 6 ◦ green 143 ◦ blue 221

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

Shades of Pacific Blue #068FDD

Tints of Pacific Blue #068FDD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.65%

 BLUE value IS 221 (86.72% from 255) = 59.73%

R = 1.62%
G = 38.65%
B = 59.73%

CMYK

 C value IS 0.97

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#068FDD (or 0x068FDD) is known color: Pacific Blue. HEX triplet: 06, 8F and DD. RGB value is (6,143,221). Sum of RGB (Red+Green+Blue) = 6+143+221=370 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.62% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #068FDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068FDD is #F97022. Grayscale: #6E6E6E. Windows color (decimal): -16347171 or 14520070. OLE color: 14520070.

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

Color convert

RGB 6 143 221 -
CMYK 0.97 0.35 0 0.13
HSL 201.77º 0.95% 0.45% -
HSV(B) 201.77º 0.97% 0.87% -
XYZ 22.95 24.9 72 -
YUV 110.93 190.11 53.16 -
System Red Green Blue C M Y K H S L
Decimal 6 143 221 0.97 0.35 0 0.13 201.77 0.95 0.45
Hex 6 8F DD 61 23 0 D CA 5F 2D
Octal 6 217 335 141 43 0 15 312 137 55
Binary 110 10001111 11011101 1100001 100011 0 1101 11001010 1011111 101101

Color Harmonies of #068FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068FDD

Black with #068FDD

Text Example


Text Example

White with #068FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,143,221); }

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

background-color css

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

 a { background-color: rgb(6,143,221); }

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

border-color css

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

 span { border-color: rgb(6,143,221); }

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