Html Css Color HEX #0694CD Pacific Blue

📋 copy color: '#0694CD'

red 6 ◦ green 148 ◦ blue 205

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

Shades of Pacific Blue #0694CD

Tints of Pacific Blue #0694CD

RGB

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

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

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

R = 1.67%
G = 41.23%
B = 57.1%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0694CD (or 0x0694CD) is known color: Pacific Blue. HEX triplet: 06, 94 and CD. RGB value is (6,148,205). Sum of RGB (Red+Green+Blue) = 6+148+205=359 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.67% from 359); Green value is 148 (58.20% from 255 or 41.23% from 359); Blue value is 205 (80.47% from 255 or 57.10% from 359); Max value from RGB is 205 - color contains mainly: blue. Hex color #0694CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0694CD is #F96B32. Grayscale: #6F6F6F. Windows color (decimal): -16345907 or 13472774. OLE color: 13472774.

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

Color convert

RGB 6 148 205 -
CMYK 0.97 0.28 0 0.20
HSL 197.19º 0.94% 0.41% -
HSV(B) 197.19º 0.97% 0.8% -
XYZ 21.68 25.63 61.56 -
YUV 112.04 180.46 52.37 -
System Red Green Blue C M Y K H S L
Decimal 6 148 205 0.97 0.28 0 0.20 197.19 0.94 0.41
Hex 6 94 CD 61 1C 0 14 C5 5E 29
Octal 6 224 315 141 34 0 24 305 136 51
Binary 110 10010100 11001101 1100001 11100 0 10100 11000101 1011110 101001

Color Harmonies of #0694CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0694CD

Black with #0694CD

Text Example


Text Example

White with #0694CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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