Html Css Color HEX #068CCF Pacific Blue

📋 copy color: '#068CCF'

red 6 ◦ green 140 ◦ blue 207

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

Shades of Pacific Blue #068CCF

Tints of Pacific Blue #068CCF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.66%

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

R = 1.7%
G = 39.66%
B = 58.64%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#068CCF (or 0x068CCF) is known color: Pacific Blue. HEX triplet: 06, 8C and CF. RGB value is (6,140,207). Sum of RGB (Red+Green+Blue) = 6+140+207=353 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.70% from 353); Green value is 140 (55.08% from 255 or 39.66% from 353); Blue value is 207 (81.25% from 255 or 58.64% from 353); Max value from RGB is 207 - color contains mainly: blue. Hex color #068CCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068CCF is #F97330. Grayscale: #6B6B6B. Windows color (decimal): -16347953 or 13601798. OLE color: 13601798.

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

Color convert

RGB 6 140 207 -
CMYK 0.97 0.32 0 0.19
HSL 200º 0.94% 0.42% -
HSV(B) 200º 0.97% 0.81% -
XYZ 20.72 23.3 62.44 -
YUV 107.57 184.11 55.55 -
System Red Green Blue C M Y K H S L
Decimal 6 140 207 0.97 0.32 0 0.19 200 0.94 0.42
Hex 6 8C CF 61 20 0 13 C8 5E 2A
Octal 6 214 317 141 40 0 23 310 136 52
Binary 110 10001100 11001111 1100001 100000 0 10011 11001000 1011110 101010

Color Harmonies of #068CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068CCF

Black with #068CCF

Text Example


Text Example

White with #068CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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