Html Css Color HEX #0693DD Pacific Blue

📋 copy color: '#0693DD'

red 6 ◦ green 147 ◦ blue 221

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

Shades of Pacific Blue #0693DD

Tints of Pacific Blue #0693DD

RGB

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

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

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

R = 1.6%
G = 39.3%
B = 59.09%

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

#0693DD (or 0x0693DD) is known color: Pacific Blue. HEX triplet: 06, 93 and DD. RGB value is (6,147,221). Sum of RGB (Red+Green+Blue) = 6+147+221=374 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.60% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 221 (86.72% from 255 or 59.09% from 374); Max value from RGB is 221 - color contains mainly: blue. Hex color #0693DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0693DD is #F96C22. Grayscale: #707070. Windows color (decimal): -16346147 or 14521094. OLE color: 14521094.

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

Color convert

RGB 6 147 221 -
CMYK 0.97 0.33 0 0.13
HSL 200.65º 0.95% 0.45% -
HSV(B) 200.65º 0.97% 0.87% -
XYZ 23.56 26.13 72.21 -
YUV 113.28 188.79 51.48 -
System Red Green Blue C M Y K H S L
Decimal 6 147 221 0.97 0.33 0 0.13 200.65 0.95 0.45
Hex 6 93 DD 61 21 0 D C9 5F 2D
Octal 6 223 335 141 41 0 15 311 137 55
Binary 110 10010011 11011101 1100001 100001 0 1101 11001001 1011111 101101

Color Harmonies of #0693DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0693DD

Black with #0693DD

Text Example


Text Example

White with #0693DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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