Html Css Color HEX #0695DA Pacific Blue

📋 copy color: '#0695DA'

red 6 ◦ green 149 ◦ blue 218

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

Shades of Pacific Blue #0695DA

Tints of Pacific Blue #0695DA

RGB

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

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

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

R = 1.61%
G = 39.95%
B = 58.45%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0695DA (or 0x0695DA) is known color: Pacific Blue. HEX triplet: 06, 95 and DA. RGB value is (6,149,218). Sum of RGB (Red+Green+Blue) = 6+149+218=373 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.61% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 218 (85.55% from 255 or 58.45% from 373); Max value from RGB is 218 - color contains mainly: blue. Hex color #0695DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0695DA is #F96A25. Grayscale: #717171. Windows color (decimal): -16345638 or 14324998. OLE color: 14324998.

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

Color convert

RGB 6 149 218 -
CMYK 0.97 0.32 0 0.15
HSL 199.53º 0.95% 0.44% -
HSV(B) 199.53º 0.97% 0.85% -
XYZ 23.48 26.6 70.23 -
YUV 114.11 186.62 50.89 -
System Red Green Blue C M Y K H S L
Decimal 6 149 218 0.97 0.32 0 0.15 199.53 0.95 0.44
Hex 6 95 DA 61 20 0 F C8 5F 2C
Octal 6 225 332 141 40 0 17 310 137 54
Binary 110 10010101 11011010 1100001 100000 0 1111 11001000 1011111 101100

Color Harmonies of #0695DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0695DA

Black with #0695DA

Text Example


Text Example

White with #0695DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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