Html Css Color HEX #068CCB Pacific Blue

📋 copy color: '#068CCB'

red 6 ◦ green 140 ◦ blue 203

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

Shades of Pacific Blue #068CCB

Tints of Pacific Blue #068CCB

RGB

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

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

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

R = 1.72%
G = 40.11%
B = 58.17%

CMYK

 C value IS 0.97

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#068CCB (or 0x068CCB) is known color: Pacific Blue. HEX triplet: 06, 8C and CB. RGB value is (6,140,203). Sum of RGB (Red+Green+Blue) = 6+140+203=349 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.72% from 349); Green value is 140 (55.08% from 255 or 40.11% from 349); Blue value is 203 (79.69% from 255 or 58.17% from 349); Max value from RGB is 203 - color contains mainly: blue. Hex color #068CCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068CCB is #F97334. Grayscale: #6A6A6A. Windows color (decimal): -16347957 or 13339654. OLE color: 13339654.

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

Color convert

RGB 6 140 203 -
CMYK 0.97 0.31 0 0.20
HSL 199.19º 0.94% 0.41% -
HSV(B) 199.19º 0.97% 0.8% -
XYZ 20.23 23.11 59.89 -
YUV 107.12 182.11 55.88 -
System Red Green Blue C M Y K H S L
Decimal 6 140 203 0.97 0.31 0 0.20 199.19 0.94 0.41
Hex 6 8C CB 61 1F 0 14 C7 5E 29
Octal 6 214 313 141 37 0 24 307 136 51
Binary 110 10001100 11001011 1100001 11111 0 10100 11000111 1011110 101001

Color Harmonies of #068CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068CCB

Black with #068CCB

Text Example


Text Example

White with #068CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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