Html Css Color HEX #068ECB Pacific Blue

📋 copy color: '#068ECB'

red 6 ◦ green 142 ◦ blue 203

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

Shades of Pacific Blue #068ECB

Tints of Pacific Blue #068ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 57.83%

R = 1.71%
G = 40.46%
B = 57.83%

CMYK

 C value IS 0.97

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#068ECB (or 0x068ECB) is known color: Pacific Blue. HEX triplet: 06, 8E and CB. RGB value is (6,142,203). Sum of RGB (Red+Green+Blue) = 6+142+203=351 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.71% from 351); Green value is 142 (55.86% from 255 or 40.46% from 351); Blue value is 203 (79.69% from 255 or 57.83% from 351); Max value from RGB is 203 - color contains mainly: blue. Hex color #068ECB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068ECB is #F97134. Grayscale: #6B6B6B. Windows color (decimal): -16347445 or 13340166. OLE color: 13340166.

HSL color Cylindrical-coordinate representation of color #068ECB: hue angle of 198.58º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #068ECB is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 6 142 203 -
CMYK 0.97 0.30 0 0.20
HSL 198.58º 0.94% 0.41% -
HSV(B) 198.58º 0.97% 0.8% -
XYZ 20.53 23.7 59.99 -
YUV 108.29 181.44 55.04 -
System Red Green Blue C M Y K H S L
Decimal 6 142 203 0.97 0.30 0 0.20 198.58 0.94 0.41
Hex 6 8E CB 61 1E 0 14 C7 5E 29
Octal 6 216 313 141 36 0 24 307 136 51
Binary 110 10001110 11001011 1100001 11110 0 10100 11000111 1011110 101001

Color Harmonies of #068ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068ECB

Black with #068ECB

Text Example


Text Example

White with #068ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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