Html Css Color HEX #0696DD Pacific Blue

📋 copy color: '#0696DD'

red 6 ◦ green 150 ◦ blue 221

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

Shades of Pacific Blue #0696DD

Tints of Pacific Blue #0696DD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.79%

 BLUE value IS 221 (86.72% from 255) = 58.62%

R = 1.59%
G = 39.79%
B = 58.62%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0696DD (or 0x0696DD) is known color: Pacific Blue. HEX triplet: 06, 96 and DD. RGB value is (6,150,221). Sum of RGB (Red+Green+Blue) = 6+150+221=377 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.59% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #0696DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0696DD is #F96922. Grayscale: #727272. Windows color (decimal): -16345379 or 14521862. OLE color: 14521862.

HSL color Cylindrical-coordinate representation of color #0696DD: hue angle of 199.81º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0696DD is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 150 221 -
CMYK 0.97 0.32 0 0.13
HSL 199.81º 0.95% 0.45% -
HSV(B) 199.81º 0.97% 0.87% -
XYZ 24.03 27.07 72.37 -
YUV 115.04 187.79 50.23 -
System Red Green Blue C M Y K H S L
Decimal 6 150 221 0.97 0.32 0 0.13 199.81 0.95 0.45
Hex 6 96 DD 61 20 0 D C8 5F 2D
Octal 6 226 335 141 40 0 15 310 137 55
Binary 110 10010110 11011101 1100001 100000 0 1101 11001000 1011111 101101

Color Harmonies of #0696DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0696DD

Black with #0696DD

Text Example


Text Example

White with #0696DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0696DD; }

 p { color: rgb(6,150,221); }

 H1.HeaderClassName
 {
   color: #0696DD;
 }
 .AnyTagClassName
 {
   color: #0696DD;
 }
</style>

background-color css

<style>
 a { background-color: #0696DD; }

 a { background-color: rgb(6,150,221); }

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

border-color css

<style>
 span { border-color: #0696DD; }

 span { border-color: rgb(6,150,221); }

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