Html Css Color HEX #0693CC Pacific Blue

📋 copy color: '#0693CC'

red 6 ◦ green 147 ◦ blue 204

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

Shades of Pacific Blue #0693CC

Tints of Pacific Blue #0693CC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.18%

 BLUE value IS 204 (80.08% from 255) = 57.14%

R = 1.68%
G = 41.18%
B = 57.14%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0693CC (or 0x0693CC) is known color: Pacific Blue. HEX triplet: 06, 93 and CC. RGB value is (6,147,204). Sum of RGB (Red+Green+Blue) = 6+147+204=357 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.68% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 204 (80.08% from 255 or 57.14% from 357); Max value from RGB is 204 - color contains mainly: blue. Hex color #0693CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0693CC is #F96C33. Grayscale: #6E6E6E. Windows color (decimal): -16346164 or 13406982. OLE color: 13406982.

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

Color convert

RGB 6 147 204 -
CMYK 0.97 0.28 0 0.2
HSL 197.27º 0.94% 0.41% -
HSV(B) 197.27º 0.97% 0.8% -
XYZ 21.41 25.27 60.88 -
YUV 111.34 180.29 52.87 -
System Red Green Blue C M Y K H S L
Decimal 6 147 204 0.97 0.28 0 0.2 197.27 0.94 0.41
Hex 6 93 CC 61 1C 0 14 C5 5E 29
Octal 6 223 314 141 34 0 24 305 136 51
Binary 110 10010011 11001100 1100001 11100 0 10100 11000101 1011110 101001

Color Harmonies of #0693CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0693CC

Black with #0693CC

Text Example


Text Example

White with #0693CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0693CC; }

 p { color: rgb(6,147,204); }

 H1.HeaderClassName
 {
   color: #0693CC;
 }
 .AnyTagClassName
 {
   color: #0693CC;
 }
</style>

background-color css

<style>
 a { background-color: #0693CC; }

 a { background-color: rgb(6,147,204); }

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

border-color css

<style>
 span { border-color: #0693CC; }

 span { border-color: rgb(6,147,204); }

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