Html Css Color HEX #0688DA Pacific Blue

📋 copy color: '#0688DA'

red 6 ◦ green 136 ◦ blue 218

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

Shades of Pacific Blue #0688DA

Tints of Pacific Blue #0688DA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.78%

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

R = 1.67%
G = 37.78%
B = 60.56%

CMYK

 C value IS 0.97

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0688DA (or 0x0688DA) is known color: Pacific Blue. HEX triplet: 06, 88 and DA. RGB value is (6,136,218). Sum of RGB (Red+Green+Blue) = 6+136+218=360 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.67% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 218 (85.55% from 255 or 60.56% from 360); Max value from RGB is 218 - color contains mainly: blue. Hex color #0688DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0688DA is #F97725. Grayscale: #6A6A6A. Windows color (decimal): -16348966 or 14321670. OLE color: 14321670.

HSL color Cylindrical-coordinate representation of color #0688DA: hue angle of 203.21º 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 #0688DA is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 6 136 218 -
CMYK 0.97 0.38 0 0.15
HSL 203.21º 0.95% 0.44% -
HSV(B) 203.21º 0.97% 0.85% -
XYZ 21.53 22.71 69.58 -
YUV 106.48 190.93 56.33 -
System Red Green Blue C M Y K H S L
Decimal 6 136 218 0.97 0.38 0 0.15 203.21 0.95 0.44
Hex 6 88 DA 61 26 0 F CB 5F 2C
Octal 6 210 332 141 46 0 17 313 137 54
Binary 110 10001000 11011010 1100001 100110 0 1111 11001011 1011111 101100

Color Harmonies of #0688DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0688DA

Black with #0688DA

Text Example


Text Example

White with #0688DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0688DA; }

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

 H1.HeaderClassName
 {
   color: #0688DA;
 }
 .AnyTagClassName
 {
   color: #0688DA;
 }
</style>

background-color css

<style>
 a { background-color: #0688DA; }

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

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

border-color css

<style>
 span { border-color: #0688DA; }

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

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