Html Css Color HEX #0694DD Pacific Blue

📋 copy color: '#0694DD'

red 6 ◦ green 148 ◦ blue 221

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

Shades of Pacific Blue #0694DD

Tints of Pacific Blue #0694DD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.47%

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

R = 1.6%
G = 39.47%
B = 58.93%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0694DD (or 0x0694DD) is known color: Pacific Blue. HEX triplet: 06, 94 and DD. RGB value is (6,148,221). Sum of RGB (Red+Green+Blue) = 6+148+221=375 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.6% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #0694DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0694DD is #F96B22. Grayscale: #717171. Windows color (decimal): -16345891 or 14521350. OLE color: 14521350.

HSL color Cylindrical-coordinate representation of color #0694DD: hue angle of 200.37º 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 #0694DD is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 148 221 -
CMYK 0.97 0.33 0 0.13
HSL 200.37º 0.95% 0.45% -
HSV(B) 200.37º 0.97% 0.87% -
XYZ 23.72 26.44 72.26 -
YUV 113.86 188.46 51.06 -
System Red Green Blue C M Y K H S L
Decimal 6 148 221 0.97 0.33 0 0.13 200.37 0.95 0.45
Hex 6 94 DD 61 21 0 D C8 5F 2D
Octal 6 224 335 141 41 0 15 310 137 55
Binary 110 10010100 11011101 1100001 100001 0 1101 11001000 1011111 101101

Color Harmonies of #0694DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0694DD

Black with #0694DD

Text Example


Text Example

White with #0694DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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