Html Css Color HEX #6DAFF0 Jordy Blue

📋 copy color: '#6DAFF0'

red 109 ◦ green 175 ◦ blue 240

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

Shades of Jordy Blue #6DAFF0

Tints of Jordy Blue #6DAFF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 45.8%

R = 20.8%
G = 33.4%
B = 45.8%

CMYK

 C value IS 0.55

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6DAFF0 (or 0x6DAFF0) is known color: Jordy Blue. HEX triplet: 6D, AF and F0. RGB value is (109,175,240). Sum of RGB (Red+Green+Blue) = 109+175+240=524 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.80% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 240 (94.14% from 255 or 45.80% from 524); Max value from RGB is 240 - color contains mainly: blue. Hex color #6DAFF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DAFF0 is #92500F. Grayscale: #A2A2A2. Windows color (decimal): -9588752 or 15773549. OLE color: 15773549.

HSL color Cylindrical-coordinate representation of color #6DAFF0: hue angle of 209.77º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DAFF0 is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 109 175 240 -
CMYK 0.55 0.27 0 0.06
HSL 209.77º 0.81% 0.68% -
HSV(B) 209.77º 0.55% 0.94% -
XYZ 37.36 40.2 88.23 -
YUV 162.68 171.63 89.71 -
System Red Green Blue C M Y K H S L
Decimal 109 175 240 0.55 0.27 0 0.06 209.77 0.81 0.68
Hex 6D AF F0 37 1B 0 6 D2 51 44
Octal 155 257 360 67 33 0 6 322 121 104
Binary 1101101 10101111 11110000 110111 11011 0 110 11010010 1010001 1000100

Color Harmonies of #6DAFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAFF0

Black with #6DAFF0

Text Example


Text Example

White with #6DAFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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