Html Css Color HEX #06A4DD Pacific Blue

📋 copy color: '#06A4DD'

red 6 ◦ green 164 ◦ blue 221

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

Shades of Pacific Blue #06A4DD

Tints of Pacific Blue #06A4DD

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.94%

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

R = 1.53%
G = 41.94%
B = 56.52%

CMYK

 C value IS 0.97

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#06A4DD (or 0x06A4DD) is known color: Pacific Blue. HEX triplet: 06, A4 and DD. RGB value is (6,164,221). Sum of RGB (Red+Green+Blue) = 6+164+221=391 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.53% from 391); Green value is 164 (64.45% from 255 or 41.94% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #06A4DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06A4DD is #F95B22. Grayscale: #7A7A7A. Windows color (decimal): -16341795 or 14525446. OLE color: 14525446.

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

Color convert

RGB 6 164 221 -
CMYK 0.97 0.26 0 0.13
HSL 195.91º 0.95% 0.45% -
HSV(B) 195.91º 0.97% 0.87% -
XYZ 26.4 31.81 73.16 -
YUV 123.26 183.15 44.37 -
System Red Green Blue C M Y K H S L
Decimal 6 164 221 0.97 0.26 0 0.13 195.91 0.95 0.45
Hex 6 A4 DD 61 1A 0 D C4 5F 2D
Octal 6 244 335 141 32 0 15 304 137 55
Binary 110 10100100 11011101 1100001 11010 0 1101 11000100 1011111 101101

Color Harmonies of #06A4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A4DD

Black with #06A4DD

Text Example


Text Example

White with #06A4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06A4DD; }

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

 H1.HeaderClassName
 {
   color: #06A4DD;
 }
 .AnyTagClassName
 {
   color: #06A4DD;
 }
</style>

background-color css

<style>
 a { background-color: #06A4DD; }

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

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

border-color css

<style>
 span { border-color: #06A4DD; }

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

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