Html Css Color HEX #068BCE Pacific Blue

📋 copy color: '#068BCE'

red 6 ◦ green 139 ◦ blue 206

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

Shades of Pacific Blue #068BCE

Tints of Pacific Blue #068BCE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.6%

 BLUE value IS 206 (80.86% from 255) = 58.69%

R = 1.71%
G = 39.6%
B = 58.69%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#068BCE (or 0x068BCE) is known color: Pacific Blue. HEX triplet: 06, 8B and CE. RGB value is (6,139,206). Sum of RGB (Red+Green+Blue) = 6+139+206=351 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.71% from 351); Green value is 139 (54.69% from 255 or 39.60% from 351); Blue value is 206 (80.86% from 255 or 58.69% from 351); Max value from RGB is 206 - color contains mainly: blue. Hex color #068BCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068BCE is #F97431. Grayscale: #6A6A6A. Windows color (decimal): -16348210 or 13536006. OLE color: 13536006.

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

Color convert

RGB 6 139 206 -
CMYK 0.97 0.33 0 0.19
HSL 200.1º 0.94% 0.42% -
HSV(B) 200.1º 0.97% 0.81% -
XYZ 20.45 22.96 61.75 -
YUV 106.87 183.94 56.05 -
System Red Green Blue C M Y K H S L
Decimal 6 139 206 0.97 0.33 0 0.19 200.1 0.94 0.42
Hex 6 8B CE 61 21 0 13 C8 5E 2A
Octal 6 213 316 141 41 0 23 310 136 52
Binary 110 10001011 11001110 1100001 100001 0 10011 11001000 1011110 101010

Color Harmonies of #068BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068BCE

Black with #068BCE

Text Example


Text Example

White with #068BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,139,206); }

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

background-color css

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

 a { background-color: rgb(6,139,206); }

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

border-color css

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

 span { border-color: rgb(6,139,206); }

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