Html Css Color HEX #069CE6 Pacific Blue

📋 copy color: '#069CE6'

red 6 ◦ green 156 ◦ blue 230

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

Shades of Pacific Blue #069CE6

Tints of Pacific Blue #069CE6

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.8%

 BLUE value IS 230 (90.23% from 255) = 58.67%

R = 1.53%
G = 39.8%
B = 58.67%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#069CE6 (or 0x069CE6) is known color: Pacific Blue. HEX triplet: 06, 9C and E6. RGB value is (6,156,230). Sum of RGB (Red+Green+Blue) = 6+156+230=392 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.53% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 230 (90.23% from 255 or 58.67% from 392); Max value from RGB is 230 - color contains mainly: blue. Hex color #069CE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #069CE6 is #F96319. Grayscale: #777777. Windows color (decimal): -16343834 or 15113222. OLE color: 15113222.

HSL color Cylindrical-coordinate representation of color #069CE6: hue angle of 199.82º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #069CE6 is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 6 156 230 -
CMYK 0.97 0.32 0 0.10
HSL 199.82º 0.95% 0.46% -
HSV(B) 199.82º 0.97% 0.9% -
XYZ 26.25 29.53 79.18 -
YUV 119.59 190.31 46.98 -
System Red Green Blue C M Y K H S L
Decimal 6 156 230 0.97 0.32 0 0.10 199.82 0.95 0.46
Hex 6 9C E6 61 20 0 A C8 5F 2E
Octal 6 234 346 141 40 0 12 310 137 56
Binary 110 10011100 11100110 1100001 100000 0 1010 11001000 1011111 101110

Color Harmonies of #069CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069CE6

Black with #069CE6

Text Example


Text Example

White with #069CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069CE6; }

 p { color: rgb(6,156,230); }

 H1.HeaderClassName
 {
   color: #069CE6;
 }
 .AnyTagClassName
 {
   color: #069CE6;
 }
</style>

background-color css

<style>
 a { background-color: #069CE6; }

 a { background-color: rgb(6,156,230); }

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

border-color css

<style>
 span { border-color: #069CE6; }

 span { border-color: rgb(6,156,230); }

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