Html Css Color HEX #068BC2 Bondi Blue

📋 copy color: '#068BC2'

red 6 ◦ green 139 ◦ blue 194

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

Shades of Bondi Blue #068BC2

Tints of Bondi Blue #068BC2

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41%

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

R = 1.77%
G = 41%
B = 57.23%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#068BC2 (or 0x068BC2) is known color: Bondi Blue. HEX triplet: 06, 8B and C2. RGB value is (6,139,194). Sum of RGB (Red+Green+Blue) = 6+139+194=339 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.77% from 339); Green value is 139 (54.69% from 255 or 41.00% from 339); Blue value is 194 (76.17% from 255 or 57.23% from 339); Max value from RGB is 194 - color contains mainly: blue. Hex color #068BC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068BC2 is #F9743D. Grayscale: #696969. Windows color (decimal): -16348222 or 12749574. OLE color: 12749574.

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

Color convert

RGB 6 139 194 -
CMYK 0.97 0.28 0 0.24
HSL 197.55º 0.94% 0.39% -
HSV(B) 197.55º 0.97% 0.76% -
XYZ 19.05 22.4 54.36 -
YUV 105.5 177.94 57.03 -
System Red Green Blue C M Y K H S L
Decimal 6 139 194 0.97 0.28 0 0.24 197.55 0.94 0.39
Hex 6 8B C2 61 1C 0 18 C6 5E 27
Octal 6 213 302 141 34 0 30 306 136 47
Binary 110 10001011 11000010 1100001 11100 0 11000 11000110 1011110 100111

Color Harmonies of #068BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068BC2

Black with #068BC2

Text Example


Text Example

White with #068BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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