Html Css Color HEX #6FAFF1 Jordy Blue

📋 copy color: '#6FAFF1'

red 111 ◦ green 175 ◦ blue 241

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

Shades of Jordy Blue #6FAFF1

Tints of Jordy Blue #6FAFF1

RGB

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

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

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

R = 21.06%
G = 33.21%
B = 45.73%

CMYK

 C value IS 0.54

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6FAFF1 (or 0x6FAFF1) is known color: Jordy Blue. HEX triplet: 6F, AF and F1. RGB value is (111,175,241). Sum of RGB (Red+Green+Blue) = 111+175+241=527 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.06% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 241 (94.53% from 255 or 45.73% from 527); Max value from RGB is 241 - color contains mainly: blue. Hex color #6FAFF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FAFF1 is #90500E. Grayscale: #A3A3A3. Windows color (decimal): -9457679 or 15839087. OLE color: 15839087.

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

Color convert

RGB 111 175 241 -
CMYK 0.54 0.27 0 0.05
HSL 210.46º 0.82% 0.69% -
HSV(B) 210.46º 0.54% 0.95% -
XYZ 37.76 40.39 89.02 -
YUV 163.39 171.8 90.63 -
System Red Green Blue C M Y K H S L
Decimal 111 175 241 0.54 0.27 0 0.05 210.46 0.82 0.69
Hex 6F AF F1 36 1B 0 5 D2 52 45
Octal 157 257 361 66 33 0 5 322 122 105
Binary 1101111 10101111 11110001 110110 11011 0 101 11010010 1010010 1000101

Color Harmonies of #6FAFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAFF1

Black with #6FAFF1

Text Example


Text Example

White with #6FAFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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