Html Css Color HEX #0695CF Pacific Blue

📋 copy color: '#0695CF'

red 6 ◦ green 149 ◦ blue 207

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

Shades of Pacific Blue #0695CF

Tints of Pacific Blue #0695CF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.16%

 BLUE value IS 207 (81.25% from 255) = 57.18%

R = 1.66%
G = 41.16%
B = 57.18%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0695CF (or 0x0695CF) is known color: Pacific Blue. HEX triplet: 06, 95 and CF. RGB value is (6,149,207). Sum of RGB (Red+Green+Blue) = 6+149+207=362 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.66% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 207 (81.25% from 255 or 57.18% from 362); Max value from RGB is 207 - color contains mainly: blue. Hex color #0695CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0695CF is #F96A30. Grayscale: #707070. Windows color (decimal): -16345649 or 13604102. OLE color: 13604102.

HSL color Cylindrical-coordinate representation of color #0695CF: hue angle of 197.31º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0695CF is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 6 149 207 -
CMYK 0.97 0.28 0 0.19
HSL 197.31º 0.94% 0.42% -
HSV(B) 197.31º 0.97% 0.81% -
XYZ 22.09 26.04 62.89 -
YUV 112.86 181.12 51.78 -
System Red Green Blue C M Y K H S L
Decimal 6 149 207 0.97 0.28 0 0.19 197.31 0.94 0.42
Hex 6 95 CF 61 1C 0 13 C5 5E 2A
Octal 6 225 317 141 34 0 23 305 136 52
Binary 110 10010101 11001111 1100001 11100 0 10011 11000101 1011110 101010

Color Harmonies of #0695CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0695CF

Black with #0695CF

Text Example


Text Example

White with #0695CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0695CF; }

 p { color: rgb(6,149,207); }

 H1.HeaderClassName
 {
   color: #0695CF;
 }
 .AnyTagClassName
 {
   color: #0695CF;
 }
</style>

background-color css

<style>
 a { background-color: #0695CF; }

 a { background-color: rgb(6,149,207); }

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

border-color css

<style>
 span { border-color: #0695CF; }

 span { border-color: rgb(6,149,207); }

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