Html Css Color HEX #068ECF Pacific Blue

📋 copy color: '#068ECF'

red 6 ◦ green 142 ◦ blue 207

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

Shades of Pacific Blue #068ECF

Tints of Pacific Blue #068ECF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40%

 BLUE value IS 207 (81.25% from 255) = 58.31%

R = 1.69%
G = 40%
B = 58.31%

CMYK

 C value IS 0.97

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#068ECF (or 0x068ECF) is known color: Pacific Blue. HEX triplet: 06, 8E and CF. RGB value is (6,142,207). Sum of RGB (Red+Green+Blue) = 6+142+207=355 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.69% from 355); Green value is 142 (55.86% from 255 or 40% from 355); Blue value is 207 (81.25% from 255 or 58.31% from 355); Max value from RGB is 207 - color contains mainly: blue. Hex color #068ECF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068ECF is #F97130. Grayscale: #6C6C6C. Windows color (decimal): -16347441 or 13602310. OLE color: 13602310.

HSL color Cylindrical-coordinate representation of color #068ECF: hue angle of 199.4º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #068ECF is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 6 142 207 -
CMYK 0.97 0.31 0 0.19
HSL 199.4º 0.94% 0.42% -
HSV(B) 199.4º 0.97% 0.81% -
XYZ 21.01 23.89 62.54 -
YUV 108.75 183.44 54.71 -
System Red Green Blue C M Y K H S L
Decimal 6 142 207 0.97 0.31 0 0.19 199.4 0.94 0.42
Hex 6 8E CF 61 1F 0 13 C7 5E 2A
Octal 6 216 317 141 37 0 23 307 136 52
Binary 110 10001110 11001111 1100001 11111 0 10011 11000111 1011110 101010

Color Harmonies of #068ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068ECF

Black with #068ECF

Text Example


Text Example

White with #068ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,142,207); }

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

background-color css

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

 a { background-color: rgb(6,142,207); }

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

border-color css

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

 span { border-color: rgb(6,142,207); }

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