Html Css Color HEX #068CDA Pacific Blue

📋 copy color: '#068CDA'

red 6 ◦ green 140 ◦ blue 218

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

Shades of Pacific Blue #068CDA

Tints of Pacific Blue #068CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 59.89%

R = 1.65%
G = 38.46%
B = 59.89%

CMYK

 C value IS 0.97

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#068CDA (or 0x068CDA) is known color: Pacific Blue. HEX triplet: 06, 8C and DA. RGB value is (6,140,218). Sum of RGB (Red+Green+Blue) = 6+140+218=364 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.65% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 218 (85.55% from 255 or 59.89% from 364); Max value from RGB is 218 - color contains mainly: blue. Hex color #068CDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068CDA is #F97325. Grayscale: #6C6C6C. Windows color (decimal): -16347942 or 14322694. OLE color: 14322694.

HSL color Cylindrical-coordinate representation of color #068CDA: hue angle of 202.08º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #068CDA is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 6 140 218 -
CMYK 0.97 0.36 0 0.15
HSL 202.08º 0.95% 0.44% -
HSV(B) 202.08º 0.97% 0.85% -
XYZ 22.11 23.86 69.77 -
YUV 108.83 189.61 54.66 -
System Red Green Blue C M Y K H S L
Decimal 6 140 218 0.97 0.36 0 0.15 202.08 0.95 0.44
Hex 6 8C DA 61 24 0 F CA 5F 2C
Octal 6 214 332 141 44 0 17 312 137 54
Binary 110 10001100 11011010 1100001 100100 0 1111 11001010 1011111 101100

Color Harmonies of #068CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068CDA

Black with #068CDA

Text Example


Text Example

White with #068CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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