Html Css Color HEX #6DAFF1 Jordy Blue

📋 copy color: '#6DAFF1'

red 109 ◦ green 175 ◦ blue 241

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

Shades of Jordy Blue #6DAFF1

Tints of Jordy Blue #6DAFF1

RGB

 RED value IS 109 (42.97% from 255) = 20.76%

 GREEN value IS 175 (68.75% from 255) = 33.33%

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

R = 20.76%
G = 33.33%
B = 45.9%

CMYK

 C value IS 0.55

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6DAFF1 (or 0x6DAFF1) is known color: Jordy Blue. HEX triplet: 6D, AF and F1. RGB value is (109,175,241). Sum of RGB (Red+Green+Blue) = 109+175+241=525 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.76% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 241 (94.53% from 255 or 45.90% from 525); Max value from RGB is 241 - color contains mainly: blue. Hex color #6DAFF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DAFF1 is #92500E. Grayscale: #A2A2A2. Windows color (decimal): -9588751 or 15839085. OLE color: 15839085.

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

Color convert

RGB 109 175 241 -
CMYK 0.55 0.27 0 0.05
HSL 210º 0.83% 0.69% -
HSV(B) 210º 0.55% 0.95% -
XYZ 37.51 40.26 89.01 -
YUV 162.79 172.13 89.63 -
System Red Green Blue C M Y K H S L
Decimal 109 175 241 0.55 0.27 0 0.05 210 0.83 0.69
Hex 6D AF F1 37 1B 0 5 D2 52 45
Octal 155 257 361 67 33 0 5 322 122 105
Binary 1101101 10101111 11110001 110111 11011 0 101 11010010 1010010 1000101

Color Harmonies of #6DAFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAFF1

Black with #6DAFF1

Text Example


Text Example

White with #6DAFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,175,241); }

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

background-color css

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

 a { background-color: rgb(109,175,241); }

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

border-color css

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

 span { border-color: rgb(109,175,241); }

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