Html Css Color HEX #068BC7 Pacific Blue

📋 copy color: '#068BC7'

red 6 ◦ green 139 ◦ blue 199

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

Shades of Pacific Blue #068BC7

Tints of Pacific Blue #068BC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 57.85%

R = 1.74%
G = 40.41%
B = 57.85%

CMYK

 C value IS 0.97

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#068BC7 (or 0x068BC7) is known color: Pacific Blue. HEX triplet: 06, 8B and C7. RGB value is (6,139,199). Sum of RGB (Red+Green+Blue) = 6+139+199=344 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.74% from 344); Green value is 139 (54.69% from 255 or 40.41% from 344); Blue value is 199 (78.12% from 255 or 57.85% from 344); Max value from RGB is 199 - color contains mainly: blue. Hex color #068BC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068BC7 is #F97438. Grayscale: #696969. Windows color (decimal): -16348217 or 13077254. OLE color: 13077254.

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

Color convert

RGB 6 139 199 -
CMYK 0.97 0.30 0 0.22
HSL 198.65º 0.94% 0.4% -
HSV(B) 198.65º 0.97% 0.78% -
XYZ 19.62 22.63 57.37 -
YUV 106.07 180.44 56.62 -
System Red Green Blue C M Y K H S L
Decimal 6 139 199 0.97 0.30 0 0.22 198.65 0.94 0.4
Hex 6 8B C7 61 1E 0 16 C7 5E 28
Octal 6 213 307 141 36 0 26 307 136 50
Binary 110 10001011 11000111 1100001 11110 0 10110 11000111 1011110 101000

Color Harmonies of #068BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068BC7

Black with #068BC7

Text Example


Text Example

White with #068BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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