Html Css Color HEX #068AC2 Bondi Blue

📋 copy color: '#068AC2'

red 6 ◦ green 138 ◦ blue 194

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

Shades of Bondi Blue #068AC2

Tints of Bondi Blue #068AC2

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.83%

 BLUE value IS 194 (76.17% from 255) = 57.4%

R = 1.78%
G = 40.83%
B = 57.4%

CMYK

 C value IS 0.97

 M value IS 0.29

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#068AC2 (or 0x068AC2) is known color: Bondi Blue. HEX triplet: 06, 8A and C2. RGB value is (6,138,194). Sum of RGB (Red+Green+Blue) = 6+138+194=338 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.78% from 338); Green value is 138 (54.30% from 255 or 40.83% from 338); Blue value is 194 (76.17% from 255 or 57.40% from 338); Max value from RGB is 194 - color contains mainly: blue. Hex color #068AC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068AC2 is #F9753D. Grayscale: #686868. Windows color (decimal): -16348478 or 12749318. OLE color: 12749318.

HSL color Cylindrical-coordinate representation of color #068AC2: hue angle of 197.87º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #068AC2 is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 6 138 194 -
CMYK 0.97 0.29 0 0.24
HSL 197.87º 0.94% 0.39% -
HSV(B) 197.87º 0.97% 0.76% -
XYZ 18.9 22.11 54.31 -
YUV 104.92 178.27 57.45 -
System Red Green Blue C M Y K H S L
Decimal 6 138 194 0.97 0.29 0 0.24 197.87 0.94 0.39
Hex 6 8A C2 61 1D 0 18 C6 5E 27
Octal 6 212 302 141 35 0 30 306 136 47
Binary 110 10001010 11000010 1100001 11101 0 11000 11000110 1011110 100111

Color Harmonies of #068AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068AC2

Black with #068AC2

Text Example


Text Example

White with #068AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068AC2; }

 p { color: rgb(6,138,194); }

 H1.HeaderClassName
 {
   color: #068AC2;
 }
 .AnyTagClassName
 {
   color: #068AC2;
 }
</style>

background-color css

<style>
 a { background-color: #068AC2; }

 a { background-color: rgb(6,138,194); }

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

border-color css

<style>
 span { border-color: #068AC2; }

 span { border-color: rgb(6,138,194); }

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