Html Css Color HEX #068FB4 Bondi Blue

📋 copy color: '#068FB4'

red 6 ◦ green 143 ◦ blue 180

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

Shades of Bondi Blue #068FB4

Tints of Bondi Blue #068FB4

RGB

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

 GREEN value IS 143 (56.25% from 255) = 43.47%

 BLUE value IS 180 (70.7% from 255) = 54.71%

R = 1.82%
G = 43.47%
B = 54.71%

CMYK

 C value IS 0.97

 M value IS 0.21

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#068FB4 (or 0x068FB4) is known color: Bondi Blue. HEX triplet: 06, 8F and B4. RGB value is (6,143,180). Sum of RGB (Red+Green+Blue) = 6+143+180=329 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.82% from 329); Green value is 143 (56.25% from 255 or 43.47% from 329); Blue value is 180 (70.70% from 255 or 54.71% from 329); Max value from RGB is 180 - color contains mainly: blue. Hex color #068FB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068FB4 is #F9704B. Grayscale: #696969. Windows color (decimal): -16347212 or 11833094. OLE color: 11833094.

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

Color convert

RGB 6 143 180 -
CMYK 0.97 0.21 0 0.29
HSL 192.76º 0.94% 0.36% -
HSV(B) 192.76º 0.97% 0.71% -
XYZ 18.14 22.98 46.66 -
YUV 106.26 169.61 56.49 -
System Red Green Blue C M Y K H S L
Decimal 6 143 180 0.97 0.21 0 0.29 192.76 0.94 0.36
Hex 6 8F B4 61 15 0 1D C1 5E 24
Octal 6 217 264 141 25 0 35 301 136 44
Binary 110 10001111 10110100 1100001 10101 0 11101 11000001 1011110 100100

Color Harmonies of #068FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068FB4

Black with #068FB4

Text Example


Text Example

White with #068FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,143,180); }

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

background-color css

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

 a { background-color: rgb(6,143,180); }

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

border-color css

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

 span { border-color: rgb(6,143,180); }

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