Html Css Color HEX #068FCD Pacific Blue

📋 copy color: '#068FCD'

red 6 ◦ green 143 ◦ blue 205

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

Shades of Pacific Blue #068FCD

Tints of Pacific Blue #068FCD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.4%

 BLUE value IS 205 (80.47% from 255) = 57.91%

R = 1.69%
G = 40.4%
B = 57.91%

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

#068FCD (or 0x068FCD) is known color: Pacific Blue. HEX triplet: 06, 8F and CD. RGB value is (6,143,205). Sum of RGB (Red+Green+Blue) = 6+143+205=354 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.69% from 354); Green value is 143 (56.25% from 255 or 40.40% from 354); Blue value is 205 (80.47% from 255 or 57.91% from 354); Max value from RGB is 205 - color contains mainly: blue. Hex color #068FCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068FCD is #F97032. Grayscale: #6C6C6C. Windows color (decimal): -16347187 or 13471494. OLE color: 13471494.

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

Color convert

RGB 6 143 205 -
CMYK 0.97 0.30 0 0.20
HSL 198.69º 0.94% 0.41% -
HSV(B) 198.69º 0.97% 0.8% -
XYZ 20.92 24.09 61.31 -
YUV 109.11 182.11 54.46 -
System Red Green Blue C M Y K H S L
Decimal 6 143 205 0.97 0.30 0 0.20 198.69 0.94 0.41
Hex 6 8F CD 61 1E 0 14 C7 5E 29
Octal 6 217 315 141 36 0 24 307 136 51
Binary 110 10001111 11001101 1100001 11110 0 10100 11000111 1011110 101001

Color Harmonies of #068FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068FCD

Black with #068FCD

Text Example


Text Example

White with #068FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,143,205); }

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

background-color css

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

 a { background-color: rgb(6,143,205); }

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

border-color css

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

 span { border-color: rgb(6,143,205); }

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