Html Css Color HEX #068CE1 Pacific Blue

📋 copy color: '#068CE1'

red 6 ◦ green 140 ◦ blue 225

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

Shades of Pacific Blue #068CE1

Tints of Pacific Blue #068CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 60.65%

R = 1.62%
G = 37.74%
B = 60.65%

CMYK

 C value IS 0.97

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#068CE1 (or 0x068CE1) is known color: Pacific Blue. HEX triplet: 06, 8C and E1. RGB value is (6,140,225). Sum of RGB (Red+Green+Blue) = 6+140+225=371 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.62% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 225 (88.28% from 255 or 60.65% from 371); Max value from RGB is 225 - color contains mainly: blue. Hex color #068CE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068CE1 is #F9731E. Grayscale: #6D6D6D. Windows color (decimal): -16347935 or 14781446. OLE color: 14781446.

HSL color Cylindrical-coordinate representation of color #068CE1: hue angle of 203.29º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #068CE1 is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 6 140 225 -
CMYK 0.97 0.38 0 0.12
HSL 203.29º 0.95% 0.45% -
HSV(B) 203.29º 0.97% 0.88% -
XYZ 23.04 24.23 74.7 -
YUV 109.62 193.11 54.09 -
System Red Green Blue C M Y K H S L
Decimal 6 140 225 0.97 0.38 0 0.12 203.29 0.95 0.45
Hex 6 8C E1 61 26 0 C CB 5F 2D
Octal 6 214 341 141 46 0 14 313 137 55
Binary 110 10001100 11100001 1100001 100110 0 1100 11001011 1011111 101101

Color Harmonies of #068CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068CE1

Black with #068CE1

Text Example


Text Example

White with #068CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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