Html Css Color HEX #6BADF1 Jordy Blue

📋 copy color: '#6BADF1'

red 107 ◦ green 173 ◦ blue 241

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

Shades of Jordy Blue #6BADF1

Tints of Jordy Blue #6BADF1

RGB

 RED value IS 107 (42.19% from 255) = 20.54%

 GREEN value IS 173 (67.97% from 255) = 33.21%

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

R = 20.54%
G = 33.21%
B = 46.26%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6BADF1 (or 0x6BADF1) is known color: Jordy Blue. HEX triplet: 6B, AD and F1. RGB value is (107,173,241). Sum of RGB (Red+Green+Blue) = 107+173+241=521 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.54% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 241 (94.53% from 255 or 46.26% from 521); Max value from RGB is 241 - color contains mainly: blue. Hex color #6BADF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BADF1 is #94520E. Grayscale: #A0A0A0. Windows color (decimal): -9720335 or 15838571. OLE color: 15838571.

HSL color Cylindrical-coordinate representation of color #6BADF1: hue angle of 210.45º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BADF1 is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 107 173 241 -
CMYK 0.56 0.28 0 0.05
HSL 210.45º 0.83% 0.68% -
HSV(B) 210.45º 0.56% 0.95% -
XYZ 36.88 39.36 88.87 -
YUV 161.02 173.13 89.47 -
System Red Green Blue C M Y K H S L
Decimal 107 173 241 0.56 0.28 0 0.05 210.45 0.83 0.68
Hex 6B AD F1 38 1C 0 5 D2 53 44
Octal 153 255 361 70 34 0 5 322 123 104
Binary 1101011 10101101 11110001 111000 11100 0 101 11010010 1010011 1000100

Color Harmonies of #6BADF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BADF1

Black with #6BADF1

Text Example


Text Example

White with #6BADF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,173,241); }

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

background-color css

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

 a { background-color: rgb(107,173,241); }

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

border-color css

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

 span { border-color: rgb(107,173,241); }

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