Html Css Color HEX #068FDF Pacific Blue

📋 copy color: '#068FDF'

red 6 ◦ green 143 ◦ blue 223

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

Shades of Pacific Blue #068FDF

Tints of Pacific Blue #068FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 59.95%

R = 1.61%
G = 38.44%
B = 59.95%

CMYK

 C value IS 0.97

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#068FDF (or 0x068FDF) is known color: Pacific Blue. HEX triplet: 06, 8F and DF. RGB value is (6,143,223). Sum of RGB (Red+Green+Blue) = 6+143+223=372 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.61% from 372); Green value is 143 (56.25% from 255 or 38.44% from 372); Blue value is 223 (87.5% from 255 or 59.95% from 372); Max value from RGB is 223 - color contains mainly: blue. Hex color #068FDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068FDF is #F97020. Grayscale: #6E6E6E. Windows color (decimal): -16347169 or 14651142. OLE color: 14651142.

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

Color convert

RGB 6 143 223 -
CMYK 0.97 0.36 0 0.13
HSL 202.12º 0.95% 0.45% -
HSV(B) 202.12º 0.97% 0.87% -
XYZ 23.22 25.01 73.42 -
YUV 111.16 191.11 53 -
System Red Green Blue C M Y K H S L
Decimal 6 143 223 0.97 0.36 0 0.13 202.12 0.95 0.45
Hex 6 8F DF 61 24 0 D CA 5F 2D
Octal 6 217 337 141 44 0 15 312 137 55
Binary 110 10001111 11011111 1100001 100100 0 1101 11001010 1011111 101101

Color Harmonies of #068FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068FDF

Black with #068FDF

Text Example


Text Example

White with #068FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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