Html Css Color HEX #6FABF1 Jordy Blue

📋 copy color: '#6FABF1'

red 111 ◦ green 171 ◦ blue 241

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

Shades of Jordy Blue #6FABF1

Tints of Jordy Blue #6FABF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.08%

R = 21.22%
G = 32.7%
B = 46.08%

CMYK

 C value IS 0.54

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6FABF1 (or 0x6FABF1) is known color: Jordy Blue. HEX triplet: 6F, AB and F1. RGB value is (111,171,241). Sum of RGB (Red+Green+Blue) = 111+171+241=523 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.22% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 241 (94.53% from 255 or 46.08% from 523); Max value from RGB is 241 - color contains mainly: blue. Hex color #6FABF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FABF1 is #90540E. Grayscale: #A0A0A0. Windows color (decimal): -9458703 or 15838063. OLE color: 15838063.

HSL color Cylindrical-coordinate representation of color #6FABF1: hue angle of 212.31º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FABF1 is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 111 171 241 -
CMYK 0.54 0.29 0 0.05
HSL 212.31º 0.82% 0.69% -
HSV(B) 212.31º 0.54% 0.95% -
XYZ 37 38.86 88.77 -
YUV 161.04 173.12 92.31 -
System Red Green Blue C M Y K H S L
Decimal 111 171 241 0.54 0.29 0 0.05 212.31 0.82 0.69
Hex 6F AB F1 36 1D 0 5 D4 52 45
Octal 157 253 361 66 35 0 5 324 122 105
Binary 1101111 10101011 11110001 110110 11101 0 101 11010100 1010010 1000101

Color Harmonies of #6FABF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FABF1

Black with #6FABF1

Text Example


Text Example

White with #6FABF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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