Html Css Color HEX #068CCD Pacific Blue

📋 copy color: '#068CCD'

red 6 ◦ green 140 ◦ blue 205

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

Shades of Pacific Blue #068CCD

Tints of Pacific Blue #068CCD

RGB

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

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

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

R = 1.71%
G = 39.89%
B = 58.4%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#068CCD (or 0x068CCD) is known color: Pacific Blue. HEX triplet: 06, 8C and CD. RGB value is (6,140,205). Sum of RGB (Red+Green+Blue) = 6+140+205=351 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.71% from 351); Green value is 140 (55.08% from 255 or 39.89% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #068CCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068CCD is #F97332. Grayscale: #6A6A6A. Windows color (decimal): -16347955 or 13470726. OLE color: 13470726.

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

Color convert

RGB 6 140 205 -
CMYK 0.97 0.32 0 0.20
HSL 199.6º 0.94% 0.41% -
HSV(B) 199.6º 0.97% 0.8% -
XYZ 20.47 23.2 61.16 -
YUV 107.34 183.11 55.71 -
System Red Green Blue C M Y K H S L
Decimal 6 140 205 0.97 0.32 0 0.20 199.6 0.94 0.41
Hex 6 8C CD 61 20 0 14 C8 5E 29
Octal 6 214 315 141 40 0 24 310 136 51
Binary 110 10001100 11001101 1100001 100000 0 10100 11001000 1011110 101001

Color Harmonies of #068CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068CCD

Black with #068CCD

Text Example


Text Example

White with #068CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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