Html Css Color HEX #6AACF1 Jordy Blue

📋 copy color: '#6AACF1'

red 106 ◦ green 172 ◦ blue 241

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

Shades of Jordy Blue #6AACF1

Tints of Jordy Blue #6AACF1

RGB

 RED value IS 106 (41.8% from 255) = 20.42%

 GREEN value IS 172 (67.58% from 255) = 33.14%

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

R = 20.42%
G = 33.14%
B = 46.44%

CMYK

 C value IS 0.56

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6AACF1 (or 0x6AACF1) is known color: Jordy Blue. HEX triplet: 6A, AC and F1. RGB value is (106,172,241). Sum of RGB (Red+Green+Blue) = 106+172+241=519 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.42% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 241 (94.53% from 255 or 46.44% from 519); Max value from RGB is 241 - color contains mainly: blue. Hex color #6AACF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AACF1 is #95530E. Grayscale: #9F9F9F. Windows color (decimal): -9786127 or 15838314. OLE color: 15838314.

HSL color Cylindrical-coordinate representation of color #6AACF1: hue angle of 210.67º 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 #6AACF1 is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 106 172 241 -
CMYK 0.56 0.29 0 0.05
HSL 210.67º 0.83% 0.68% -
HSV(B) 210.67º 0.56% 0.95% -
XYZ 36.57 38.92 88.8 -
YUV 160.13 173.63 89.39 -
System Red Green Blue C M Y K H S L
Decimal 106 172 241 0.56 0.29 0 0.05 210.67 0.83 0.68
Hex 6A AC F1 38 1D 0 5 D3 53 44
Octal 152 254 361 70 35 0 5 323 123 104
Binary 1101010 10101100 11110001 111000 11101 0 101 11010011 1010011 1000100

Color Harmonies of #6AACF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AACF1

Black with #6AACF1

Text Example


Text Example

White with #6AACF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,172,241); }

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

background-color css

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

 a { background-color: rgb(106,172,241); }

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

border-color css

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

 span { border-color: rgb(106,172,241); }

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