Html Css Color HEX #6FABDB Jordy Blue

📋 copy color: '#6FABDB'

red 111 ◦ green 171 ◦ blue 219

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

Shades of Jordy Blue #6FABDB

Tints of Jordy Blue #6FABDB

RGB

 RED value IS 111 (43.75% from 255) = 22.16%

 GREEN value IS 171 (67.19% from 255) = 34.13%

 BLUE value IS 219 (85.94% from 255) = 43.71%

R = 22.16%
G = 34.13%
B = 43.71%

CMYK

 C value IS 0.49

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6FABDB (or 0x6FABDB) is known color: Jordy Blue. HEX triplet: 6F, AB and DB. RGB value is (111,171,219). Sum of RGB (Red+Green+Blue) = 111+171+219=501 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.16% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #6FABDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FABDB is #905424. Grayscale: #9E9E9E. Windows color (decimal): -9458725 or 14396271. OLE color: 14396271.

HSL color Cylindrical-coordinate representation of color #6FABDB: hue angle of 206.67º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FABDB is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 111 171 219 -
CMYK 0.49 0.22 0 0.14
HSL 206.67º 0.6% 0.65% -
HSV(B) 206.67º 0.49% 0.86% -
XYZ 33.9 37.62 72.49 -
YUV 158.53 162.12 94.1 -
System Red Green Blue C M Y K H S L
Decimal 111 171 219 0.49 0.22 0 0.14 206.67 0.6 0.65
Hex 6F AB DB 31 16 0 E CF 3C 41
Octal 157 253 333 61 26 0 16 317 74 101
Binary 1101111 10101011 11011011 110001 10110 0 1110 11001111 111100 1000001

Color Harmonies of #6FABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FABDB

Black with #6FABDB

Text Example


Text Example

White with #6FABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6FABDB; }

 p { color: rgb(111,171,219); }

 H1.HeaderClassName
 {
   color: #6FABDB;
 }
 .AnyTagClassName
 {
   color: #6FABDB;
 }
</style>

background-color css

<style>
 a { background-color: #6FABDB; }

 a { background-color: rgb(111,171,219); }

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

border-color css

<style>
 span { border-color: #6FABDB; }

 span { border-color: rgb(111,171,219); }

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